get_QSM: Get the QSM from an object of class aRchi

get_QSMR Documentation

Get the QSM from an object of class aRchi

Description

Get the QSM from an object of class aRchi

Usage

get_QSM(aRchi)

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

Arguments

aRchi

The object of class aRchi

See Also

get_pointcloud; get_paths; get_nodes

Examples

# 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)

# show the QSM data.table
get_QSM(Tree1_aRchi)


aRchi documentation built on Sept. 3, 2022, 9:06 a.m.