lidr_options
From lidR v1.3.0
by Jean-Romain Roussel
Options Settings for the lidR package
Allows the user to set and examine a variety of global options that affect the way in which lidR computes and displays its results.
Usage
lidr_options(...)lidr_reset()
Arguments
- ...
Option names to retrieve option values or
[key]=[value]
pairs to set options.
Supported options
The following options are supported:
verbose
(logical
) Make the package "talkative".progress
(logical
) Display progress bar when available.debug
(logical
) Switch the package to debug mode when available.
See Also
Examples
# NOT RUN {
lidr_options(verbose = TRUE)
lidr_options(progress = TRUE)
lidr_options()
# Reset default options
lidr_reset()
# }
Community examples
Looks like there are no examples yet.