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
CovidLP/PandemicLP documentation built on June 17, 2022, 1:29 p.m.