allometries: lfcAllometries class

View source: R/lfcAllometries.R

allometriesR Documentation

lfcAllometries class

Description

allometries() creates an object to access the allometries database.

Usage

allometries()

Value

An lfcAllometries class object (inherits from R6Class), with methods to access the data. See Methods section.

Methods

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

See Also

Other Allometries functions: allometries_calculate(), allometries_description(), allometries_get_data()

Examples

allomdb <- allometries()
allomdb

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