Description Usage Arguments Value Examples
Create a Scatter Map of Obesity Rates vs. Other Variables
1 2 3 4 5 6 7 8 | make_scatter_plot(
.region = NULL,
.year = NULL,
.income = NULL,
.sex = NULL,
.regressor = "literacy",
.grouper = "sex"
)
|
.region |
The region input callback (character vector) |
.year |
The year input callback (integer vector) |
.income |
The income group callback (character vector) |
.sex |
The sex group callback (scalar character) |
.regressor |
The regressor to be used in the scatter plot (character vector) |
.grouper |
The attribute to be used for grouping the data in the scatter plot (character vector) |
A plotly object.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.