lflt_heatmap_GlnGlt: #' Heatmap chart Gln Glt

View source: R/heatmap_GlnGltNum.R

lflt_heatmap_GlnGltR Documentation

#' Heatmap chart Gln Glt

Description

lflt_heatmap_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_heatmap_GlnGlt(data = NULL, ...)

Ftype

Gln-Glt

See Also

Other Gln-Glt plots: lflt_hexmap_GlnGlt()

Examples

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

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