as.image.pimg: Convert to image list

as.image.pimgR 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

pimgs

subset

subset

px

px

x

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


Trackage/tripEstimation documentation built on April 24, 2023, 6:57 p.m.