get_subset: Extract a subset of MRS data.

Description Usage Arguments Value

View source: R/mrs_data_proc.R

Description

Extract a subset of MRS data.

Usage

1
2
3
4
5
6
7
8
get_subset(
  mrs_data,
  x_set = NULL,
  y_set = NULL,
  z_set = NULL,
  dyn_set = NULL,
  coil_set = NULL
)

Arguments

mrs_data

MRS data object.

x_set

x indices to include in the output (default all).

y_set

y indices to include in the output (default all).

z_set

z indices to include in the output (default all).

dyn_set

dynamic indices to include in the output (default all).

coil_set

coil indices to include in the output (default all).

Value

selected subset of MRS data.


neuroconductor-devel-releases/spant documentation built on May 6, 2020, 4:29 p.m.