lflt_bubbles_GlnGlt: Bubbles chart Gln Glt

View source: R/bubbles_GlnGlt.R

lflt_bubbles_GlnGltR Documentation

Bubbles chart Gln Glt

Description

lflt_bubbles_GlnGlt() 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 column contains longitudes points, and the second latitudes points, or make sure that the first two columns of your data meet this condition

Usage

lflt_bubbles_GlnGlt(data = NULL, ...)

Ftype

Gln-Glt

Examples

data <- sample_data("Gln-Glt", n = 30)
lflt_bubbles_GlnGlt(data)


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




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