allometries_describe_var: Print info about the variables present in the allometries db

View source: R/lfcAllometries.R

allometries_describe_varR Documentation

Print info about the variables present in the allometries db

Description

allometries_describe_var is a wrapper for the $describe_var method of lfcAllometries objects. See allometries.

Usage

allometries_describe_var(object, variables)

Arguments

object

lfcAllometries object, as created by allometries

variables

character vector with the names of the variables to describe

Value

A character vector with the variable names to describe

Examples

if (interactive()) {
allometriesdb <- allometries()
allometries_describe_var(allometriesdb, "BR")
allometries_describe_var(allometriesdb, c("DBH", "P_BST"))

# allometriesdb is an R6 object, so the previous example is the same as:
allometriesdb$describe_var("BR")
allometriesdb$describe_var(c("DBH", "P_BST"))
}


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