View source: R/heatmap_GlnGltNum.R
| lflt_heatmap_GlnGltNum | R Documentation | 
lflt_heatmap_GlnGltNum() Create a Leaflet Heatmap 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.
lflt_heatmap_GlnGltNum(data = NULL, ...)
Gln-Glt-Num
Other Gln-Glt-Num plots: 
lflt_bubbles_GlnGltNum()
data <- sample_data("Gln-Glt-Num", n = 30)
lflt_heatmap_GlnGltNum(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.