Example of a vp object with name example_vp.

example_vp

Format

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

See also

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
# \dontrun{
vpfile <- system.file("extdata", "profile.h5", package = "bioRad")
example_vp <- read_vpfiles(vpfile)
save(example_vp, file = "data/example_vp.rda")
#> Warning: cannot open compressed file 'data/example_vp.rda', probable reason 'No such file or directory'
#> Error in gzfile(file, "wb"): cannot open the connection
# }