calc_n_simple {silviculture} | R Documentation |
Calculates number of plots using Student's T
Description
Calculates number of plots using Student's T
Usage
calc_n_simple(students_t, max_n, cv, max_error)
Arguments
students_t |
Student's T value |
max_n |
maximum number of plots in the area |
cv |
coefficient of variation |
max_error |
maximum allowed error |
Value
A length-one numeric vector
[Package silviculture version 0.1.0 Index]