Get data from column of horizon or site data in a SoilProfileCollection
Get the data from a column accessed by name x$name
. Column names other than profile ID are not shared between site and horizons.
## S4 method for signature 'SoilProfileCollection' x$name
x |
a SoilProfileCollection |
name |
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.