SDLonLat: Transform locations of simulations into longitude latitude...

Description Usage Arguments Value Author(s) Examples

View source: R/postprocessing.R

Description

Given a Simulations object and indices of locations it returns SpatialPoints in longitude and latitude.

Usage

1
SDLonLat(simulations, SD)

Arguments

simulations

a Simulations object

SD

vector of locations indices or matrix (with SDs in rows) or list

Value

List of SpatialPoints with WGS84 longlat projection.

Author(s)

Kristina B. Helle, kristina.helle@uni-muenster.de

Examples

1
2
3
4
data(radioactivePlumes)
data(SDgenetic)
LL1 = SDLonLat(simulations = radioactivePlumes, SD = SDgenetic[["SD"]])
plot(LL1[[1]])

sensors4plumes documentation built on May 1, 2019, 10:27 p.m.