GenerateConstInc: Generate a data.frame with constant incubation temperature and incubation duration
Description
Generate a data.frame from constant incubation temperature and incubation duration
Usage
GenerateConstInc(
durations = stop("At least one incubation length must be provided"),
temperatures = stop("At least one incubation temperature must be provided"),
names = NULL
)
Value
A date.frame that can be used with FormatNests()
Arguments
durations
A vector with incubation durations
temperatures
A vector with incubation temperatures
names
A vector of column names
Author
Marc Girondot
Details
GenerateConstInc generates a data.frame with constant incubation temperature and incubation duration