R/plottedPandemic_Class.R

#' plottedPandemic objects: Plots for pandemic data using the plotly library
#'
#' The \pkg{PandemicLP} plotting function returns an object of S3 class
#' \code{plottedPandemic}, which is a list containing the components described below. \cr
#' \cr
#'
#' @name plottedPandemic-objects
#'
#' @section Elements for \code{plottedPandemic} objects:
#' \describe{
#'   \item{\code{long}}{
#'   The plotted long-term prediction.
#'   }
#'   \item{\code{short}}{
#'   The plotted short-term prediction.
#'   }
#' }
#'
NULL

Try the PandemicLP package in your browser

Any scripts or data that you put into this service are public.

PandemicLP documentation built on March 18, 2022, 6:22 p.m.