read_vpfiles | R Documentation |
vp
) or a list of vertical profiles
(vp
) from filesRead a vertical profile (vp
) or a list of vertical profiles
(vp
) from files
read_vpfiles(files)
files |
A character vector containing the file names of vertical profiles in ODIM HDF5 format generated by calculate_vp. |
A single vp
object or a list of vp
objects.
# locate example profile file:
vpfile <- system.file("extdata", "profile.h5", package = "bioRad")
# print the local path of the profile file:
vpfile
# load the file:
read_vpfiles(vpfile)
# to load multiple files at once:
read_vpfiles(c(vpfile, vpfile))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.