latlong2kml: Latitude and Longitude to kml File.

Description Usage Arguments

View source: R/functions.R

Description

Latitude and Longitude to kml File.

Usage

1
2
latlong2kml(data, file = "plot.kml", label = "Site", long = "Longitude",
  lat = "Latitude", geodatum = "WGS84")

Arguments

data

The data frame or spatial object with the locational information.

file

A string specifying the file name.

label

A string specifying the column with the labels.

long

A string of the name of the column in data with the longitudes.

lat

A string of the name of the column in data with the latitudes.

geodatum

A string of the geodatum for the longitudes and latitudes.


poissonconsulting/poismap documentation built on Feb. 18, 2021, 11:16 p.m.