nint_expandSpace {docopulae}R Documentation

Expand Space

Description

nint_expandSpace expands a space or list structure of spaces to a list of true subspaces.

Usage

nint_expandSpace(x)

Arguments

x

a space or list structure of spaces.

Value

nint_expandSpace returns a list of spaces. Each space is a true subspace.

See Also

nint_space

Examples

s = nint_space(list(nint_intvDim(1, 2),
                    nint_intvDim(3, 4)),
               list(nint_intvDim(-Inf, 0),
                    nint_gridDim(c(0)),
                    nint_intvDim(0, Inf))
               )
s
nint_expandSpace(s)

[Package docopulae version 0.4.0 Index]