pfToKml: Export selected site to Google Earth kml format

Description Usage Arguments Value Author(s) Examples

View source: R/pfToKml.R

Description

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

Usage

1
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.

Author(s)

O. Blarquez

Examples

1
2
3
4
5
## Not run: 
x=pfSiteSel(id_site==222)
pfToKml(x,file="site222.kml")

## End(Not run)

paleofire/paleofire documentation built on Dec. 29, 2021, 11:09 a.m.