View source: R/GenerateConstInc.R
GenerateConstInc | R Documentation |
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
)
durations |
A vector with incubation durations |
temperatures |
A vector with incubation temperatures |
names |
A vector of column names |
GenerateConstInc generates a data.frame with constant incubation temperature and incubation duration
A date.frame that can be used with FormatNests()
Marc Girondot
## Not run:
temp_cst <- GenerateConstInc(durations=c(150000, 100100, 100000),
temperatures=c(28, 30.5, 30.6),
names=c("T28", "T30.5", "T30.6"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.