| Generate_hatchling_metric | R Documentation |
Generate a data.frame that can be used as hatchling.metric value for searchR()
Generate_hatchling_metric(
series = stop("A result object or names of series must be provided"),
hatchling.metric = NULL,
previous = NULL
)
series |
Name of series or object from searchR() |
hatchling.metric |
Size or mass at hatching. Will be recycled if necessary |
previous |
Previous formated hatchling.metric data |
Generate_hatchling_metric Generate a data.frame that can be used as hatchling.metric value for searchR()
A data.frame with size or mass at hatching for each nest
Marc Girondot marc.girondot@gmail.com
## Not run: library(embryogrowth) data(resultNest_4p_SSM) testsize1 <- Generate_hatchling_metric(resultNest_4p_SSM) testsize2 <- Generate_hatchling_metric(series=resultNest_4p_SSM, hatchling.metric=c(Mean=39.3, SD=1.92)) ## End(Not run)