ps2ary {LOMAR} | R Documentation |
ps2ary
Description
Convert a list of 3d point sets to a 4d array. Also works for 2d point sets to 3d array conversion.
Usage
ps2ary(point.sets, dims)
Arguments
point.sets |
a list of point sets. |
dims |
vector of dimensions of the axes (x,y in 2d, x,y,z in 3d). |
Value
a 3d or 4d array.
[Package LOMAR version 0.4.0 Index]