lidar_describe_var: Print info about the variables present in the LiDAR db

View source: R/lfcLiDAR.R

lidar_describe_varR Documentation

Print info about the variables present in the LiDAR db

Description

lidar_describe_var is a wrapper for the $describe_var method of lfcLiDAR objects. See lidar.

Usage

lidar_describe_var(object, variables)

Arguments

object

lfcLiDAR object, as created by lidar

variables

character vector with the names of the variables to describe

Value

A character vector with the variable names to describe

See Also

Other LiDAR functions: lidar_avail_tables(), lidar_clip_and_stats(), lidar_get_data(), lidar_get_lowres_raster(), lidar_point_value(), lidar()

Examples

if (interactive()) {
lidardb <- lidar()
lidar_describe_var(lidardb, "BF")
lidar_describe_var(lidardb, c("DBH", "VAE"))

# lidardb is an R6 object, so the previous example is the same as:
lidardb$describe_var("BF")
lidardb$describe_var(c("DBH", "VAE"))
}


MalditoBarbudo/lfcdata documentation built on May 2, 2023, 10:30 p.m.