Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
Package: MosaicPlotCovid19
Type: Package
Title: Create a Mosaic plot for weekly Covid-19 death counts using R
Version: 2.1.0
Date: 2024-01-05
Authors@R: c(person("Rainer", "Walke", role = c("aut", "cre"),
email = "walke@demogr.mpg.de",
comment = c(ORCID = "0000-0002-4269-6531")))
Description: A first program is based on Covid-19 data collected in the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University https://github.com/CSSEGISandData/COVID-19.git .
Reporting criteria varies between different countries.
The program computes weekly sums of deaths and produces Mosaic plots using R.
The maximum weekly death toll is denoted.
A second program uses data from https://opendata.ecdc.europa.eu/covid19/ (ECDC).
A third program is using data from https://corona.rki.de (RKI Germany).
It produces a similar Mosaic plot for 16 Bundesländer in Germany (cases and deaths).
License: GPL-3
URL: https://github.molgen.mpg.de/walke/MosaicPlotCovid19
Encoding: UTF-8
Depends: R (>= 3.2.0)
Imports: methods, data.table, lubridate, vcd, Cairo, ggplot2
LazyData: no
RoxygenNote: 7.0.0