nest_state: nest_state

Description Usage Arguments Examples

View source: R/data_elements.R

Description

nest_state

Usage

1
nest_state(x, nest_stages = NULL, hatchingModel)

Arguments

x

a data.table as returned by nests()

hatchingModel

a model to use for prediction

nesr_stages

character vector

Examples

1
2
3
4
 B = Breeding()
hatchingModel = predict_hatchday_model(B, MASS::rlm)  
nests() %>% nest_state(hatchingModel =hatchingModel)
nests("2016-04-12") %>% nest_state(hatchingModel =hatchingModel)

mpio-be/bib2 documentation built on Dec. 12, 2021, 10:48 p.m.