powered by
vp
Checker whether a file is a vertical profile that can be read with package bioRad
is.vpfile(file, filename = NULL)
A string containing a filename
Deprecated argument, use file instead.
TRUE when filename is a vertical profile, otherwise FALSE
filename
# NOT RUN { profile <- system.file("extdata", "profile.h5", package = "bioRad") is.vpfile(profile) # > TRUE # }
Run the code above in your browser using DataLab