lflt_hexmap_GlnGlt: #' Hexmap chart Gln Glt

View source: R/hexmap_GlnGlt.R

lflt_hexmap_GlnGltR Documentation

#' Hexmap chart Gln Glt

Description

lflt_hexmap_GlnGlt() Create a Leaflet hexbin 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_hexmap_GlnGlt(data = NULL, ...)

Ftype

Gln-Glt

See Also

Other Gln-Glt plots: lflt_heatmap_GlnGlt()

Examples

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

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