sparse.array.from.values: get sparse format data from a values object

View source: R/values-functions.R

sparse.array.from.valuesR Documentation

get sparse format data from a values object

Description

get sparse format data from a values object

Usage

sparse.array.from.values(values, variables = NULL, threshold = 0)

Arguments

values

the values object

variables

a vector of variable names. If it is not specified, all variabels stored in values are extracted in the sparse matrix.

threshold

applay a threshold selection on the first variable stored in values (usually 'Dose[Gy]')

See Also

Other Values: combine.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, threshold.values, values.from.sparse.array


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