ReportGeneratorEnhanced: ReportGeneratorEnhanced New dataviz for reportGenerator by

Description Super class Methods Author(s)

Description

ReportGeneratorEnhanced New dataviz for reportGenerator by

ReportGeneratorEnhanced New dataviz for reportGenerator by

Super class

COVID19analytics::ReportGenerator -> ReportGeneratorEnhanced

Methods

Public methods

Inherited methods

Method new()

Usage
ReportGeneratorEnhanced$new(data.processor, ma.n = 7)

Method ggplotTopCountriesStackedBarDailyInc()

Usage
ReportGeneratorEnhanced$ggplotTopCountriesStackedBarDailyInc(
  included.countries,
  excluded.countries = "World",
  countries.text = "Top countries"
)

Method ggplotCountriesLines()

Usage
ReportGeneratorEnhanced$ggplotCountriesLines(
  included.countries = self$data.processor$top.countries,
  countries.text = "top countries",
  excluded.countries = "World",
  field = "confirmed.inc",
  field.description = "Daily new Confirmed Cases",
  log.scale = FALSE,
  show.legend = FALSE,
  min.confirmed = 100
)

Method ggplotCrossSection()

Usage
ReportGeneratorEnhanced$ggplotCrossSection(
  included.countries = self$data.processor$top.countries,
  countries.text = "top countries",
  excluded.countries = "World",
  field.x = "confirmed",
  label.x = field.x,
  field.y = "death.rate.min",
  label.y = field.y,
  plot.description = "Cross section Confirmed vs  Death rate min",
  log.scale.x = TRUE,
  log.scale.y = FALSE,
  min.confirmed = 100,
  show.legend = FALSE
)

Method clone()

The objects of this class are cloneable with this method.

Usage
ReportGeneratorEnhanced$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

kenarab


kenarab/COVID19 documentation built on Oct. 1, 2021, 11:37 p.m.