outraster | R Documentation |
Function read simulation files (.out) returned by 'ssdpars()' and returns a list with simulated maps (rasterstack object), e-type and uncertainty maps (rasterlayers).
outraster(grdobj, grids = FALSE, emaps = TRUE)
grdobj, |
string, name of list, output of function 'grdfile()' |
grids, |
if grids = T saves simulated maps in 'native' raster package format .grd |
emaps, |
if emaps = T (default), saves e-type and uncertainty maps in format .grd |
All .grd files are geographic (spatial) data in 'raster' format, and are stored in input folder.
simulations |
a rasterstack (package 'raster') where each layer is a simulation |
etype |
a rasterlayer representing median-etype map for disease risk |
uncertainty |
a rasterlayer representing risk uncertainty map for disease risk |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.