| as.image.pimg {tripEstimation} | R Documentation |
Convert to image list
Description
Converts Probability image (pimage) component to standard R xyz list image.
Usage
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, ...)
Arguments
pimg |
Probability image component |
pimgs |
|
subset |
|
px |
|
x |
|
... |
|
Value
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
Author(s)
Michael D. Sumner
[Package tripEstimation version 0.0-46 Index]