get_operations: Get the nodes from an object of class aRchi

get_operationsR Documentation

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

get_QSM; get_pointcloud; get_paths

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 documentation built on Sept. 3, 2022, 9:06 a.m.