View source: R/lfcAllometries.R
allometries_describe_var | R Documentation |
allometries_describe_var
is a wrapper for the $describe_var
method of
lfcAllometries
objects. See allometries
.
allometries_describe_var(object, variables)
object |
|
variables |
character vector with the names of the variables to describe |
A character vector with the variable names to describe
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"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.