View source: R/lfcAllometries.R
allometries | R Documentation |
allometries()
creates an object to access the allometries database.
allometries()
An lfcAllometries
class object (inherits from R6Class
),
with methods to access the data. See Methods section.
lfcAllometries
objects has two public methods:
$get_data
: Retrieve and collect the allometries table. See
allometries_get_data
for more details
$description
: Retrieve the description for the desired
allometries. See allometries_description
for
more details
$calculate
: Calculate variables based on the selected
allometries. See allometries_calculate
for
more details
$describe_var
: Print the information available about the provided
variable. See allometries_describe_var
for more details
Other Allometries functions:
allometries_calculate()
,
allometries_description()
,
allometries_get_data()
allomdb <- allometries()
allomdb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.