if (FALSE) {
library(phenology)
# Example
modelECFOCF <- ECFOCF_f(mu=5.58013243236187,
sd=1.225581130238,
p=invlogit(1.3578137414575),
MaxNests=15)
plot(modelECFOCF)
modelECFOCF <- ECFOCF_f(mu=5.58013243236187,
sd=1.225581130238,
mu_season=12,
sd_season=2,
p=c(p1=invlogit(1.3578137414575)),
MaxNests=15,
MeanDaysBetween2Nests=9.8,
length_season=floor(365/9.8)+1)
plot(modelECFOCF, period=2)
}
Run the code above in your browser using DataLab