xy2kml: generate a kml file from dataframe of coordinates

xy2kmlR Documentation

generate a kml file from dataframe of coordinates

Description

generate a kml file from dataframe of coordinates

Usage

xy2kml(sampleXY)

Arguments

sampleXY

- a data frame with three columns: ID, X and Y (in decimal degrees)

Value

a .kml file of that you can view in google earth

Author(s)

Chris Brauer

Examples

 ## set directory for results to be written
 setwd("path/to/working/directory")

 # load example coordinate file
 data(DelphinusXY)

 # run analysis
 xy2kml(DelphinusXY)


pygmyperch/melfuR documentation built on April 19, 2024, 7:24 a.m.