
Last chance! 50% off unlimited learning
Sale ends in
Generate a data.frame from constant incubation temperature and incubation duration
GenerateConstInc(
durations = stop("At least one incubation length must be provided"),
temperatures = stop("At least one incubation temperature must be provided"),
names = NULL
)
A date.frame that can be used with FormatNests()
A vector with incubation durations
A vector with incubation temperatures
A vector of column names
Marc Girondot
GenerateConstInc generates a data.frame with constant incubation temperature and incubation duration
if (FALSE) {
temp_cst <- GenerateConstInc(durations=c(150000, 100100, 100000),
temperatures=c(28, 30.5, 30.6),
names=c("T28", "T30.5", "T30.6"))
}
Run the code above in your browser using DataLab