Learn R Programming

paleofire (version 1.2.4)

pfToKml: Export selected site to Google Earth kml format

Description

Export sites selected using pfSiteSel function to Google Earth kml format.

Usage

pfToKml(x, file = "NULL")

Arguments

x

An object of the class "pfSiteSel"

file

File location and name with kml extension e.g. file="/Users/Olivier/Desktop/truc.kml"

Value

No value returned.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
x=pfSiteSel(id_site==222)
pfToKml(x,file="site222.kml")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab