Learn R Programming

docopulae (version 0.4.0)

nint_expandSpace: 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

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab