# NOT RUN {
library(embryogrowth)
data(resultNest_4p_SSM4p)
plot(resultNest_4p_SSM4p, xlim=c(0,70), ylimT=c(22, 32), ylimS=c(0,45), series=1,
SE=c(DHA=1.396525, DHH=4.101217, T12H=0.04330405, Rho25=1.00479),
CI = "SE", replicate.CI = 100,
embryo.stages="Caretta caretta.SCL")
plot(resultNest_4p_SSM4p, xlim=c(0,70), ylimT=c(22, 32), ylimS=c(0,45), series=1,
CI = "Hessian", replicate.CI = 100,
embryo.stages="Caretta caretta.SCL")
plot(resultNest_4p_SSM4p, xlim=c(0,70), ylimT=c(22, 32), ylimS=c(0,45), series=1,
resultmcmc = resultNest_mcmc_4p_SSM4p,
CI = "MCMC", replicate.CI = 100,
embryo.stages="Caretta caretta.SCL")
# to plot all the nest at the same time, use
plot(resultNest_4p_SSM4p, xlim=c(0,70), ylimT=c(22, 32), ylimS=c(0,45),
series="all", show.fioritures=FALSE, add=TRUE,
embryo.stages="Caretta caretta.SCL")
# to use color different for series
plot(resultNest_4p_SSM4p, xlim=c(0,70), ylimT=c(22, 32), ylimS=c(0,45), add=TRUE,
series="all", show.fioritures=FALSE, col.S=c(rep("black", 5), rep("red", 6)),
embryo.stages="Caretta caretta.SCL")
# }
Run the code above in your browser using DataLab