Skip to contents

Adds stars to nodes

Usage

star_f1(xvals, t)

Arguments

xvals

Values between 0 and 1 from the graphon

t

A parameter indicating the strength of hubs

Value

a vector of values

Examples

# example code
st <- star_f1(runif(10), 3)
st
#>  [1] 1.4700288 0.1909959 1.0767002 1.5015374 1.3273949 0.1202992 0.2548499
#>  [8] 0.1189981 0.4294264 0.3073624