View source: R/fertiliser_weight.R
| fertiliser_weight | R Documentation |
Create a fertiliser weight raster as a function of estimated nrm fertiliser tonnes and landuses.
fertiliser_weight(fert_nrm, fert_landuses, outfile, return_rast = FALSE)
fert_nrm |
A file path to vector data or an |
fert_landuses |
A file path to raster file or a |
outfile |
Character. Output raster file path. If not provided,
|
return_rast |
Logical. Should the |
If outfile is specified, the resulting RasterLayer is
saved as to that path. If return_rast is TRUE or
outfile is not specified, the resulting RasterLayer is
returned, otherwise NULL is returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.