Skip to contents

Adds stars to nodes

Usage

star_f5(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_f5(runif(10), 3)
st
#>  [1] 0.1792201 0.1597208 0.2163064 0.2726847 0.2213290 0.3282505 0.2566524
#>  [8] 0.1517118 0.1694205 0.3065505