powered by
Given a Simulations object and indices of locations it returns SpatialPoints in longitude and latitude.
Simulations
SpatialPoints
SDLonLat(simulations, SD)
a Simulations object
vector of locations indices or matrix (with SDs in rows) or list
List of SpatialPoints with WGS84 longlat projection.
# NOT RUN { data(radioactivePlumes) data(SDgenetic) LL1 = SDLonLat(simulations = radioactivePlumes, SD = SDgenetic[["SD"]]) plot(LL1[[1]]) # }
Run the code above in your browser using DataLab