ggts_conf_deaths_facet: Trend facet plot for each case type and each country

Description Usage Arguments Value See Also Examples

View source: R/ggts_corona.R

Description

grid plot Confirmed / Death for each country

Usage

1
2
3
4
5
6
7
ggts_conf_deaths_facet(
  data,
  x = .data$Date,
  y = .data$Cases,
  vars_1 = .data$Case_Type,
  vars_2 = .data$Country
)

Arguments

data

A data frame

x

Unquoted df data-variable to specify the time index variable (default: Date).

y

Unquoted df data-variable of the cases

vars_1

Unquoted df data-variable of the case types

vars_2

Unquoted df data-variable of the countries

Value

plot object of mode "plot"

See Also

ggts_trend_facet

Examples

1
2
# Corona data of "Germany", "Italy", "United States of America")
ggts_conf_deaths_facet(corona_data_sel)

WoVollmer/pkgTS documentation built on June 2, 2021, 4:02 a.m.