Description Usage Arguments Value Examples
Create Realizations
1 | create_realizations(x, n)
|
x |
RasterStack with shares |
n |
number of realizations |
a RasterStack
1 2 3 4 5 6 7 8 | ## Not run:
library(raster)
system.time({a = create_realization(perc_raster)})
plot(a)
system.time({b = create_realizations(perc_raster, 10)})
plot(b)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.