# Locate and read the polar volume example file
pvolfile <- system.file("extdata", "volume.h5", package = "bioRad")
pvol <- read_pvolfile(pvolfile)
# Check if it is an object of class pvol
is.pvol(pvol)
# Get summary info
pvol # Same as summary(pvol) or print(pvol)
# Get dimensions
dim(pvol)
# Get summary info for the scans in the polar volume
pvol$scans
Run the code above in your browser using DataLab