readQSM | R Documentation |
reads in a QSM file by dispatching to readQSM.mat or readQSM.treegraph
readQSM(
qsmfile,
qsmtype = c("by_ext", "QSMtree", "treegraph"),
qsmver = "by_name"
)
qsmfile |
path to file |
qsmtype |
program used to create QSM - currently either QSMtree (.mat) or treegraph (.json). Default: "by_ext" (i.e., .mat = QSMtree, .json = treegraph) |
qsmver |
version of treeQSM used to make the .mat file, Default: "by_name" |
DETAILS
a 3-element list of file (filename), CylData, and BranchData
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.