View source: R/set_salinity_zone.R
set_salinity_zone | R Documentation |
Creates a Salinity Zone raster from the input salinity raster applying the input threshold parameters.
set_salinity_zone(salinity, estuarine_marine_break, fresh_estuarine_break)
salinity |
raster; A raster of salinity measurements or estimates. |
estuarine_marine_break |
numeric; The salinity threshold between estuarine and marine zones. |
fresh_estuarine_break |
numeric; The salinity threshold between fresh and estuarine zones. |
A categorical salinity zone RasterLayer where:
Marine
Estuarine
Fresh
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.