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 pimg
as.matrix(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
Probability image component
pimgs
subset
px
x
...
Michael D. Sumner