powered by
Get the data from a column accessed by name x$name. Column names other than profile ID are not shared between site and horizons.
x$name
# S4 method for SoilProfileCollection $(x, name)
a SoilProfileCollection
a single column name in site or horizon table
data(sp1) depths(sp1) <- id ~ top + bottom # get data from a column by name (prop) sp1$prop
Run the code above in your browser using DataLab