nint_expandSpace {docopulae} | R Documentation |
nint_expandSpace
expands a space or list structure of spaces to a list of true subspaces.
nint_expandSpace(x)
x |
a space or list structure of spaces. |
nint_expandSpace
returns a list of spaces.
Each space is a true subspace.
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)