outgearth {SyNet} | R Documentation |
Produces Google Earth placemarks from punctual species records.
outgearth(x, dn, outfile = "namgearth.kml")
x |
Object x of class 'nam'. |
dn |
Object dn of class 'dnpoints'. |
outfile |
A character string naming the .kml file to write to. |
The Homepage of Google Earth is available at: http://earth.google.com/
Daniel A. Dos Santos
A complete documentation about KML files are available at: http://code.google.com/apis/kml/documentation/kml_tut.html
data(epiphragmophora) outnam <- nam(dotinfer(epiphragmophora)) outgearth(outnam, epiphragmophora, "proof") ## Find the file in the ## working directory