Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get_operations

Get the nodes from an object of class aRchi


Description

Show a list with all the operations (and their parameters) that have been performed on an object of class aRchi

Usage

get_operations(aRchi)

## S4 method for signature 'aRchi'
get_operations(aRchi)

Arguments

aRchi

The object of class aRchi

See Also

Examples

## Not run: 
# Read an aRchi file with a QSM and paths tables.
file=system.file("extdata","Tree_1_aRchi.aRchi",package = "aRchi")
Tree1_aRchi=read_aRchi(file)

# Making some operations
Tree1_aRchi<-Make_Path(Tree1_aRchi)
Tree1_aRchi=Compute_A0(Tree1_aRchi)
Tree1_aRchi=Compute_Mf(Tree1_aRchi,WoodDensity = 550)
Tree1_aRchi=Clean_QSM(Tree1_aRchi,threshold = 0.5)

# Show the oprations and their parameters
get_operations(Tree1_aRchi)

## End(Not run)

aRchi

Quantitative Structural Model ('QSM') Treatment for Tree Architecture

v1.0.5
CeCILL
Authors
Olivier Martin
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.