Write a Fetch
object to a KML file. Various aesthetics
parameters can be set via colour
, alpha
, size
,
shape
arguments.
1 2 3 4 5 6 | ## S4 method for signature 'Fetch'
kml(obj,
folder.name = normalizeFilename(deparse(substitute(obj, env =
parent.frame()))),
file.name = paste(normalizeFilename(deparse(substitute(obj, env =
parent.frame()))), ".kml", sep = ""), overwrite = FALSE, ...)
|
obj |
a |
folder.name |
character; folder name in the KML file |
file.name |
character; output KML file name |
overwrite |
logical; overwrite the existing file if one exists? Default FALSE |
... |
additional aesthetics arguments passed to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.