Description Usage Arguments Value Examples
Create a Time Series of Obesity Rates
1 2 3 4 5 6 7 8 | make_ts_plot(
.year = 2010,
.sex = NULL,
.highlight_country = "Canada",
.year_range = list(1975, 2016),
.income = NULL,
.region = NULL
)
|
.year |
The year input callback (integer vector) |
.sex |
The sex group callback (scalar character) |
.highlight_country |
The countries we want to highlight (character vector) |
.year_range |
The year range input callback (integer vector) |
.income |
The income group callback (character vector) |
.region |
The region input callback (character vector) |
A plotly object.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.