plot_coronavirus
1 2 3 4 5 6 7 8 9 10 11 | plot_coronavirus(
coronavirus_br,
xaxis = "date",
yaxis = "cases",
color = NULL,
log_scale = FALSE,
linear_smooth = FALSE,
filter_variable = NULL,
filter_values = NULL,
facet = NULL
)
|
coronavirus_br |
Dataset |
xaxis |
xaxis variable ("cases" | "date" | "days_gt_10" | "days_gt_100") |
yaxis |
yaxis variabel ("cases" | "deaths" | "new_cases" | "new_deaths" | "death_rate") |
color |
coloring data.frame variable |
log_scale |
plot on log scale? |
linear_smooth |
plot line linear smooth? |
filter_variable |
variable to be filtered |
filter_values |
filtering values |
facet |
variable to be used for facetting |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.