Dots2GE: Automated placement of observations, as dots, in Google Earth

Description Usage Arguments Value Author(s) Examples

View source: R/Dots2GE.R

Description

Produces KML files where observations are displayed as pushpins.

Usage

1
Dots2GE(coords, plnms, goo = "Dots2GE.kml")

Arguments

coords

An array of geographical positions of observations (lines = observation, columns = lon & lat in decimal degrees).

plnms

Observations labels (text).

goo

Name of the KML file to that will be saved into the working directory (use getwd() to find it).

Value

A KML file is produced in the current working directory.

Author(s)

Nils Arrigo, nils.arrigo@gmail.com 2012 EEB, the University of Arizona, Tucson

Examples

1
2
3
labels = c("A","B","C","D","E","F") 
coords = cbind(1:6, 1:6)
Dots2GE(coords, labels, goo = "Dots2GE_V1.kml")

Example output



R2G2 documentation built on May 29, 2017, 1:41 p.m.