Learn R Programming

bioRad (version 0.9.1)

c.vp: 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 vp
c(...)

Value

A list of vp objects.

Arguments

...

vp objects.

See Also

bind_into_vpts()

Examples

Run this code
# concatenate vp objects into a list:
c(example_vp, example_vp)

Run the code above in your browser using DataLab