View source: R/harmonize_inputs.R
harmonize_inputs | R Documentation |
Function that compares and harmonizes the subnational physical area with gridded information on the location and extend of cropland and irrigated area.
harmonize_inputs(
param,
cl_slackp = 0.05,
cl_slackn = 5,
ia_slackp = 0.05,
ia_slackn = 5
)
param |
Object of type |
cl_slackp |
percentage of total cropland that will be added when comparing physical area statistics to cropland extent. |
cl_slackn |
times the area of the largest grid cell will be added when comparing physical area statistics to cropland extent. |
ia_slackp |
percentage of total irrigated area that will be added when comparing irrigated area statistics to irrigated area extent. |
ia_slackn |
times the area of the largest grid cell will be added when comparing physical area statistics to irrigated area extent. |
## Not run:
harmonize_inputs(param, cl_slackp = 0.05, cl_slackn = 5, ia_slackp = 0.05, ia_slackn = 5)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.