is.vpfile | R Documentation |
vp
)Checks whether a file is a vertical profile (vp
) in the ODIM HDF5 format
that can be read with bioRad.
is.vpfile(file)
file |
Character. Path of the file to check. |
TRUE
for a vertical profile file in readable format, otherwise
FALSE
.
read_vpfiles()
get_odim_object_type()
is.vp()
# Locate the vertical profile example file
vpfile <- system.file("extdata", "profile.h5", package = "bioRad")
# Check if it is a vpfile
is.vpfile(vpfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.