nint_scatDim {docopulae}R Documentation

Scatter Dimension

Description

nint_scatDim is defined by a sequence of values. Together with other scatter dimensions it defines a sparse grid.

Usage

nint_scatDim(x)

Arguments

x

a vector of any type.

Details

Imagine using cbind to create a row matrix of points.

Value

nint_scatDim returns its argument with the dimension type attribute set to nint_TYPE_SCAT_DIM.

See Also

nint_TYPE, nint_space


[Package docopulae version 0.4.0 Index]