Skip to contents

Adds stars to nodes

Usage

star_f3(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_f3(runif(10), 3)
st
#>  [1] 0.5362683 0.4974915 0.4781802 0.4292289 0.8239348 0.4357934 1.0789834
#>  [8] 0.9667658 0.4615510 0.4773009