Learn R Programming

paleofire (version 1.1.8)

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: 
# x=pfSiteSel(id_site==222)
# pfToKml(x,file="site222.kml")
# ## End(Not run)

Run the code above in your browser using DataLab