Skip to contents

Generate bezier slopes coordinates

Usage

gen_benjamini_slopes(leaf_params = gen_leaf_parameters())

Arguments

leaf_params

parameters generated by gen_leaf_parameters()

Value

dataframe with sx1-4 in the x variable and sy1-4 in the y variable

Examples

gen_benjamini_slopes()
#> # A tibble: 5 × 2
#>        x      y
#>    <dbl>  <dbl>
#> 1 0.0978  0.979
#> 2 3      -4    
#> 3 6      -0.132
#> 4 2       1.05 
#> 5 0.131   0.319