c.vp {bioRad} | R Documentation |
Concatenate vertical profiles (vp
) into a list of vertical profiles
Description
Concatenates vertical profiles (vp
) into a list of vertical profiles
(c(vp, vp, vp)
) and warns if they are not from a single radar.
Usage
## S3 method for class 'vp'
c(...)
Arguments
... |
|
Value
A list of vp
objects.
See Also
Examples
# concatenate vp objects into a list:
c(example_vp, example_vp)
[Package bioRad version 0.8.1 Index]