shinyplot: Shiny app with interactive plots

View source: R/shinyplot.R

shinyplotR Documentation

Shiny app with interactive plots

Description

Creates a shiny app with interactive plots for simulation results and evaluation

Usage

shinyplot(x, ...)

## S3 method for class 'growth'
shinyplot(x, measuredData = NULL, ...)

## S3 method for class 'spwb'
shinyplot(x, measuredData = NULL, ...)

## S3 method for class 'pwb'
shinyplot(x, measuredData = NULL, ...)

## S3 method for class 'fordyn'
shinyplot(x, measuredData = NULL, ...)

## S3 method for class 'growth_day'
shinyplot(x, ...)

## S3 method for class 'spwb_day'
shinyplot(x, ...)

## S3 method for class 'pwb_day'
shinyplot(x, ...)

Arguments

x

An object of the right class.

...

Additional parameters.

measuredData

A data frame with observed/measured values (see evaluation_plot).

Details

Only run this function in interactive mode. When measuredData is not NULL, an additional panel is shown for evaluation plots.

Value

An object that represents the shiny app

Author(s)

Miquel De Cáceres Ainsa, CREAF

See Also

plot.spwb, evaluation_plot


medfate documentation built on Aug. 29, 2023, 5:07 p.m.