| is.pvolfile | R Documentation | 
pvol)Checks whether a file is a polar volume (pvol) in the ODIM HDF5 format that
can be read with bioRad. Evaluates to FALSE for NEXRAD and IRIS RAW polar
volume file (see nexrad_to_odim()).
is.pvolfile(file)
| file | Character. Path of the file to check. | 
TRUE for a polar volume file in readable format, otherwise FALSE.
read_pvolfile()
get_odim_object_type()
is.pvol()
# Locate the polar volume example file
pvolfile <- system.file("extdata", "volume.h5", package = "bioRad")
# Check if it is a pvolfile
is.pvolfile(pvolfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.