ary2ps | R Documentation |
Convert a 4d array to a list of 3d point sets. The points are formed by extracting the coordinates of array values strictly above the given cut-off (default 0).
ary2ps(ary, bkg = 0)
ary |
a 4d array with last dimension indexing instances. |
bkg |
Extract points for array values strictly above this (default = 0) |
a list of point sets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.