| ind_clus_kml | R Documentation |
Uses results from 'GPSeq_clus" to plot individual cluster .kmls
ind_clus_kml(
AID,
cn,
locs,
cs,
centroid_calc = "mean",
overwrite = TRUE,
dir = NULL
)
AID |
Desired AID from sequential cluster output |
cn |
Desired cluster number |
locs |
Location dataframe output from GPSeq_clus() |
cs |
Cluster summary output from GPSeq_clus() |
centroid_calc |
'mean' (default) or 'median' centroid plot |
overwrite |
TRUE (default) labels output as "ind.kml" that overwrites with each run within tempdir(). FALSE saves outputs as "AID_cn" |
dir |
File path when saving output |
Opens the cluster locations and centroid .kml for assessment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.