create.values: Create values object

View source: R/values-functions.R

create.valuesR Documentation

Create values object

Description

Create values object from array. Note: the value distributions are stored in a multidimensional array: values$values with dim(values$values) = c(Nv, Nx, Nz, Ny).

Usage

create.values(array.values = NULL, variables = "variable name", x, y,
  z)

Arguments

variables

The name of the variable (can be a vector of names).

x, y, z

coordinate vectors

array

the 3D array. Optional. If it is not specified an array of zeros is assumed.

Value

a values object

See Also

Other Values: combine.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.