Description Usage Arguments Value Examples
plot countries on log10scale
1 2 3 4 5 6 7 | ggts_logscale(
data,
x = .data$Date,
y = .data$Cases,
vars_1 = .data$Country,
vars_2 = .data$Case_Type
)
|
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
"
1 2 | # Corona data of "Germany", "Italy", "United States of America")
ggts_logscale(corona_data_sel, y = Cases)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.