Description Usage Arguments Value Examples
Create Weights
1 | create_weights(x, y, size)
|
x |
RasterStack with realizations |
y |
RasterStack with shares |
size |
size of a motifel |
a RasterStack
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Not run:
library(raster)
real_raster = create_realization(perc_raster)
plot(real_raster)
output = create_weight(real_raster, perc_raster, size = 10)
output
plot(output)
real_rasters = create_realizations(perc_raster, n = 5)
plot(real_rasters)
output2 = create_weights(real_rasters, perc_raster, size = 10)
output2
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.