Description Usage Arguments Value See Also Examples
grid plot Confirmed / Death for each country
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
)
|
data |
A data frame |
x |
Unquoted df data-variable to specify the
time index variable ( |
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 |
plot object of mode "plot
"
ggts_trend_facet
1 2 | # Corona data of "Germany", "Italy", "United States of America")
ggts_conf_deaths_facet(corona_data_sel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.