| get_operations | R Documentation |
Show a list with all the operations (and their parameters) that have been performed on an object of class aRchi
get_operations(aRchi) ## S4 method for signature 'aRchi' get_operations(aRchi)
aRchi |
The object of class aRchi |
get_QSM; get_pointcloud; get_paths
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.