Description Usage Arguments Examples
This function sets the top row of raster to '2' (i.e. the target) and the bottom row of the raster to '1' (i.e. the source)
1 | north_south(raster)
|
raster |
Raster file of your study extent |
1 2 | r <- raster::raster(nrow=10, ncol=10)
north_south(r)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.