combine.values: Combine values

View source: R/values-functions.R

combine.valuesR Documentation

Combine values

Description

Combine a list of values in a unique values object. The voxel values are taken from the different values in the list, according to the tissue specification in the contours and their belonging to the corresponding VOI. In case of a voxel belonging to multiple VOIS, the last tissue specification in the contours will overwrite the previous ones. The values in the list and the vois object should have the same dimensionality.

Usage

combine.values(values.list, vois, contours)

Arguments

values.list

the list of the values. The elements of this list have to be named according to the names of the tissues specified in the contours (e.g. list(tissue1=values1, tissue2=values2, ....))

vois

the vois object.

contours

the contours object.

Value

a values object.

See Also

Other Values: create.values, dataframe.from.values, get.sparse.array.gate, get.values.dataframe, get.values.gate.plan, get.values.list, get.values.plankit.plan, get.values, merge.values, sanitize.values, sparse.array.from.values, threshold.values, values.from.sparse.array


planit-group/Rplanit documentation built on Dec. 5, 2022, 11:10 p.m.