lflt_bubbles_GcdNum: Bubbles chart Gcd Num

View source: R/bubbles_GcdNum.R

lflt_bubbles_GcdNumR Documentation

Bubbles chart Gcd Num

Description

lflt_bubbles_GcdNum() Create a Leaflet bubbles map based on a particular data type. In this case, you can load data with only two columns, where the firts it's a geocode column, and the second is a numeric class column, or make sure that the first two columns of your data meet this condition

Usage

lflt_bubbles_GcdNum(data = NULL, ...)

Ftype

Gcd-Num

See Also

Other Gcd-Num plots: lflt_choropleth_GcdNum()

Examples

data <- sample_data("Gcd-Num", n = 30)
lflt_bubbles_GcdNum(data)


# if you want to calculate the average instead of the sum, you can use agg inside a function
lflt_bubbles_GcdNum(data,
                       agg = "mean")




randommonkey/lfltmagic documentation built on Feb. 19, 2023, 3:53 a.m.