Creates a shiny app with interactive plots for simulation results and evaluation
shinyplot(x, ...)# S3 method for growth
shinyplot(x, measuredData = NULL, ...)
# S3 method for aspwb
shinyplot(x, measuredData = NULL, ...)
# S3 method for spwb
shinyplot(x, measuredData = NULL, ...)
# S3 method for pwb
shinyplot(x, measuredData = NULL, ...)
# S3 method for fordyn
shinyplot(x, measuredData = NULL, ...)
# S3 method for growth_day
shinyplot(x, ...)
# S3 method for spwb_day
shinyplot(x, ...)
# S3 method for pwb_day
shinyplot(x, ...)
An object that represents the shiny app
An object of the right class.
Additional parameters.
A data frame with observed/measured values (see evaluation_plot).
Miquel De Cáceres Ainsa, CREAF
Only run this function in interactive mode. When measuredData is not NULL, an additional panel is shown for evaluation plots.
plot.spwb, evaluation_plot