c.vp: Concatenate vertical profiles ('vp') into a list of vertical...

View source: R/vp.R

c.vpR 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

...

vp objects.

Value

A list of vp objects.

See Also

bind_into_vpts()

Examples

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


bioRad documentation built on Oct. 20, 2023, 5:06 p.m.