powered by
Allows the user to set and examine a variety of global options that affect the way in which lidR computes and displays its results.
lidr_options(...)lidr_reset()
lidr_reset()
Option names to retrieve option values or [key]=[value] pairs to set options.
[key]=[value]
The following options are supported:
verbose (logical) Make the package "talkative".
verbose
logical
progress (logical) Display progress bar when available.
progress
debug (logical) Switch the package to debug mode when available.
debug
# NOT RUN { lidr_options(verbose = TRUE) lidr_options(progress = TRUE) lidr_options() # Reset default options lidr_reset() # }
Run the code above in your browser using DataLab