Learn R Programming

docopulae (version 0.2.1)

nint_expandSpace: Expand Space

Description

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

Usage

nint_expandSpace(x)

Arguments

x
some space or a list structure of spaces.

Value

  • nint_expandSpace returns a list of objects each of class "nint_space". Each space is a true subspace.

See Also

nint_space

Examples

Run this code
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