lflt_bubbles_GlnGltNum: #' Bubbles chart Gln Glt Num

View source: R/bubbles_GlnGlt.R

lflt_bubbles_GlnGltNumR Documentation

#' Bubbles chart Gln Glt Num

Description

lflt_bubbles_GlnGlt() Create a Leaflet bubbles map based on a particular data type. In this case, you can load data with only three columns, where the firts column contains longitudes points, the second latitudes points and the third must be a numeric class column, or be sure that three firts columns they meet this condition.

Usage

lflt_bubbles_GlnGltNum(data = NULL, ...)

Ftype

Gln-Glt-Num

See Also

Other Gln-Glt-Num plots: lflt_heatmap_GlnGltNum()

Examples

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

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