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)
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.
# NOT RUN {
# 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)
# load multiple files at once:
# }
# NOT RUN {
# read_vpfiles(c("my/path/profile1.h5", "my/path/profile2.h5", ...))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab