spark_norm: Manipulate the angles of the leaves with a normal...

View source: R/branch.R

spark_normR Documentation

Manipulate the angles of the leaves with a normal distribution

Description

This function returns a function which itself returns a numerical vector of length of the number of leaves on the branch.

Usage

spark_norm(mean = 0, sd = 3)

Arguments

mean, sd

Parameters passed to stats::dnorm().

Value

dnorm() function with n_leaves as one of the arguments

Examples

spark_norm()

urswilke/ggbenjamini documentation built on Sept. 13, 2023, 10:46 p.m.