Learn R Programming

rTwig (version 1.1.0)

import_treegraph: Import Treegraph

Description

Imports a QSM created by treegraph

Usage

import_treegraph(file)

Value

Returns a list

Arguments

file

a treegraph .json file

References

treegraph2rTwig

treegraph1rTwig

Examples

Run this code
if (FALSE) {

# Import a treegraph QSM
qsm <- import_treegraph("path/to/json/file")
}

Run the code above in your browser using DataLab