Example object of class vp with name example_vp.

example_vp

Format

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

Examples

# Reload example_vp from package (e.g. in case it was altered) data(example_vp) # Get summary info 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 if (FALSE) { vpfile <- system.file("extdata", "profile.h5", package = "bioRad") example_vp <- read_vpfiles(vpfile) save(example_vp, file = "data/example_vp.rda") }