lidR (version 1.2.1)

lidr_options: Options Settings for the lidR package

Description

Allow 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 bars when available.

Examples

Run this code
# NOT RUN {
lidr_options(verbose = TRUE)
lidr_options(progress = TRUE)

# Reset default options
lidr_reset()
# }

Run the code above in your browser using DataLab