View source: R/bind_into_vpts.R
| vplist_to_vpts | R Documentation |
vp) into time series (vpts)Used as helper function for the method dispatched bind_into_vpts and
keeping backward compatibility with the vpts function.
vplist_to_vpts(x, radar = NA)
x |
A list of |
radar |
optional string containing the radar identifier to generate time series for. |
an object of class vpts when list
contains profiles of a single radar. A list of objects of class
vpts in case when list contains profiles of
multiple radars, containing vpts objects for each radar.
vpfile1 <- system.file("extdata", "profile.h5", package = "bioRad")
vpfile2 <- vpfile1
vps <- read_vpfiles(c(vpfile1,vpfile2))
ts <- bind_into_vpts(vps)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.