display_qsm: Visualize 3D QSM model

Description Usage Arguments Value Author(s) References Examples

View source: R/display_qsm.R

Description

Visualize 3D QSM model from TreeQSM 2.30

Usage

1
2
3
4
5
6
7
8
display_qsm(
  qsm = "cyl_data*.txt",
  n_seg = 12,
  axis = FALSE,
  cylinders = TRUE,
  circles = FALSE,
  transparent = TRUE
)

Arguments

qsm

qsm A file containing a QSM, e.g. cyl_data_*.txt

n_seg

Number of segments that draw the cylinder. Default 12

axis

Display the cylinder axis. Default to FALSE.

cylinders

Display the cylinder. Defaut to TRUE.

circles

Display circles at the end of the cylinder. Default to FALSE.

transparent

Makes the cylinder transparent. Default to TRUE with transparency of 0.3

Value

Does not return anything at the moment.

Author(s)

Matthias Kunz, last updated: 29.04.2019

References

https://github.com/InverseTampere/TreeQSM

Examples

1
display_qsm("cyl_data*.txt")

spatial-mk/tre3d documentation built on April 1, 2020, 5:26 p.m.