num_trees_per_rot: Compute number of trees per rotation

Description Usage Arguments Examples

View source: R/random_rotation.R

Description

Compute the correct number of trees to grow per rotation, given h and the distribution function

Usage

1

Arguments

N

number of trees in total

R

number of rotations in total

h

value of tuning parameter

fn

distribution function, currently in weights_cut, exp, rre

Examples

1
num_trees_per_rot(5000, 100, 10, fn=weights_cut)

randomrotation/random.rotation documentation built on Dec. 31, 2020, 2:15 a.m.