Learn R Programming

aqp (version 1.27)

combine,SoilProfileCollection-method: Combine SoilProfileCollection objects

Description

Combine SoilProfileCollection objects or lists of SoilProfileCollection objects. This method provides ... expansion for the pbindlist method.

Usage

# S4 method for SoilProfileCollection
combine(...)

# S4 method for list combine(...)

Arguments

...

SoilProfileCollection objects or lists of SoilProfileCollection objects to combine

Value

A SoilProfileCollection

Examples

Run this code
# NOT RUN {
spc1 <- random_profile(1, SPC = TRUE)
spc2 <- random_profile(2, SPC = TRUE)

spc <- combine(spc1, spc2)

# }

Run the code above in your browser using DataLab