Example of a vp object with name example_vp. Can be created with calculate_vp or read from file with read_vpfiles.

example_vp

Format

An object of class vp with 25 rows and 16 columns.

Examples

# get summary of example vp: summary(example_vp)
#> Vertical profile (class vp) #> #> radar: seang #> source: WMO:02606,RAD:SE50,PLC:Angelholm,NOD:seang,ORG:82,CTY:643,CMT:Swedish radar #> nominal time: 2015-10-18 18:00:00 #> generated by: vol2bird 0.3.17
# example_vp was created with: vpfile <- system.file("extdata", "profile.h5", package = "bioRad") example_vp <- read_vpfiles(vpfile) if (FALSE) { # save(example_vp, file = "data/example_vp.rda") }