kmlMaker: KML exporter

Description Usage Arguments Value

View source: R/kmlMaker.R

Description

This function exports a kml into the designated directory. It converts a data.frame of model predictions and lat-long values into a geospatial file that can be loaded into Google Earth.

Usage

1
2
kmlMaker(kmlExportData = plotData, fileName = "exportedkml",
  exportDir = getwd(), layerName = "ModelOutput")

Arguments

kmlExportData

Requires columns named Latitude and Longitude in the epsg:4326 projection. all other columns added to popup bubble of kml points.

fileName

Name of the new kml file that is generated

exportDir

Directory to export the kml file

layerName

layer name within the kml file

Value

fileName.kml This function exports a kml file.


adamkc/DIMEChelper documentation built on Feb. 1, 2020, 12:24 p.m.