Usage
plotKML.env(colour_scale_numeric = "", colour_scale_factor = "",
colour_scale_svar = "", ref_CRS, NAflag, icon, LabelScale, size_range,
license_url, metadata_sel, kmz, kml_xsd, kml_url, kml_gx, gpx_xsd,
fgdc_xsd, inspire_xsd, convert, gdalwarp, gdal_translate, python,
home_url, show.env = TRUE, silent = TRUE)
Arguments
colour_scale_numeric
default colour scheme for numeric variables
colour_scale_factor
default colour scheme for factor variables
colour_scale_svar
default colour scheme for model error (e.g. mapping error)
ref_CRS
the referent CRS http://spatialreference.org/ref/epsg/4326/{proj4string} ("+proj=longlat +datum=WGS84"
)
NAflag
the default missing value flag (usually "-99999"
)
LabelScale
the default scale factor for labels
size_range
the default size range
license_url
the default license URL
metadata_sel
a list of the default metadata fields for summary
kmz
logical; the default compression setting
kml_xsd
the default KML scheme URL
kml_url
the default KML format URL
kml_gx
the default extended KML scheme URL
gpx_xsd
the default GPX scheme URL
fgdc_xsd
the default metadata scheme URL
inspire_xsd
the default metadata scheme URL
convert
a path to ImageMagick convert program
gdalwarp
a path to gdalwarp program
gdal_translate
a path to gdalwarp program
python
a path to Python program
home_url
the default location of all icons and auxiliary files
show.env
logical; specify whether to print all environmental parameters
silent
logical; specify whether to search for paths for external software