R/plottedPandemicData_Class.R

#' plottedPandemicData objects: Plots for pandemic data using the plotly library
#'
#' The \pkg{PandemicLP} plotting function returns an object of S3 class
#' \code{plottedPandemicData}, which is a list containing the components described below. \cr
#' \cr
#'
#' @name plottedPandemicData-objects
#'
#' @section Elements for \code{plottedPandemicData} objects:
#' \describe{
#'   \item{\code{new}}{
#'   The plotted new cases/deaths.
#'   }
#'   \item{\code{cumulated.}}{
#'   The plotted cumulated cases/deaths.
#'   }
#' }
#'
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.