50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

R2G2 (version 1.0-2)

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

Description

Produces KML files where observations are displayed as pushpins.

Usage

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.

Examples

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

Run the code above in your browser using DataLab