as.image.pimg | R Documentation |
Converts Probability image (pimage) component to standard R xyz list image.
as.image.pimg(pimg)
combine(pimgs, subset = 1:length(pimgs))
coords.pimg(pimg)
unzipper(px)
as.local.pimg(pimg)
## S3 method for class 'pimg'
as.matrix(x, ...)
pimg |
Probability image component |
pimgs |
|
subset |
|
px |
|
x |
|
... |
|
as.image.pimg
returns a image
list with vectors x,y and z matrix
as.matrix.pimg
returns just the local matrix populated in the parent
combine
returns the collective matrix, in image
xyz form
coords.pimg
returns the rectilinear coordinates of the pimg parent
unzipper
returns a pimg.list
by combining multiple compatible ones together and resolving their temporal order
as.local.pimg
returns the pimg
in local form
Michael D. Sumner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.