getExpReps: Apply experimental rates across the field

View source: R/rxFuns.R

getExpRepsR Documentation

Apply experimental rates across the field

Description

This function gets the number of cells to apply experimental rates to. Takes the length of available cells for experimentation and the proportion of the experiment dedicated to each experimental rate.

Usage

getExpReps(exp_cells_length, exp_rates_prop)

Arguments

exp_cells_length

The length of available cells for applying experimental rates to.

exp_rates_prop

Provide proportions (0 - 1) for the length of experimental rates provided in 'exp_rate_length'. This is required for all new experiments and experimental prescriptions.

Value

The number of cells to apply each rate to.


paulhegedus/OFPE documentation built on Nov. 23, 2022, 5:09 a.m.