outgearth {SyNet}R Documentation

Generation of a KML File

Description

Produces Google Earth placemarks from punctual species records.

Usage

outgearth(x, dn, outfile = "namgearth.kml")

Arguments

x Object x of class 'nam'.
dn Object dn of class 'dnpoints'.
outfile A character string naming the .kml file to write to.

Details

The Homepage of Google Earth is available at: http://earth.google.com/

Author(s)

Daniel A. Dos Santos

References

A complete documentation about KML files are available at: http://code.google.com/apis/kml/documentation/kml_tut.html

Examples

data(epiphragmophora)
outnam <- nam(dotinfer(epiphragmophora))
outgearth(outnam, epiphragmophora, "proof") ## Find the file in the
                                            ## working directory 

[Package SyNet version 1.0 Index]