make_scatter_plot: Create a Scatter Map of Obesity Rates vs. Other Variables

Description Usage Arguments Value Examples

View source: R/plots.R

Description

Create a Scatter Map of Obesity Rates vs. Other Variables

Usage

1
2
3
4
5
6
7
8
make_scatter_plot(
  .region = NULL,
  .year = NULL,
  .income = NULL,
  .sex = NULL,
  .regressor = "literacy",
  .grouper = "sex"
)

Arguments

.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)

Value

A plotly object.

Examples

1

UBC-MDS/obesity-explorer-R documentation built on Feb. 7, 2021, 4:37 a.m.