pacu_options | R Documentation |
Set settings regarding messages and default behaviors of the package
pacu_options(
suppress.warnings = FALSE,
suppress.messages = FALSE,
apportion.size.multiplier = 1,
minimum.coverage.fraction = 0.5
)
suppress.warnings |
whether to suppress warning messages |
suppress.messages |
whether to suppress messages |
apportion.size.multiplier |
a multiplier used to determine the size of the apportioning polygons in the RITAS algorithm. A value of sqrt(2) will make polygons approximately the same size as the harvest polygons. Smaller values increase the resolution but also increase the computation time substantially. |
minimum.coverage.fraction |
The minimum area of an apportioning polygon that needs to be covered to conduct the apportioning operation. |
Set pacu options
as a side effect it modifies the ‘pacu.options’ environment.
## Not run:
names(pacu.options)
pacu_options(suppress.warnings = FALSE)
pacu.options$suppress.warnings
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.