ht_reduction_brk | R Documentation |
Calculate reduction in crop production caused by waterlogging and drought.
ht_reduction_brk(x)
x |
A Spatraster object with the following layers (in this order):
|
Results are created using the function ht_reduction()'.
A Spatraster object with the following layers:
Reduction in crop production caused by waterlogging (%)
Reduction in crop production caused by drought (%)
Total reduction in crop production caused by both waterlogging and drought (%)
1=grassland; 2=arable land
x <- terra::rast(system.file("extdata","example_spatraster.tif",package="hlptabel"))
r <- ht_reduction_brk(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.