Set horizon ID column name
Set unique horizon ID column name
Get column name containing unique horizon ID
value |
character, column name containing unique horizon ID values |
object |
a SoilProfileCollection |
data(sp1) # promote to SPC depths(sp1) <- id ~ top + bottom # create new horizon ID sp1$hzIDrev <- rev(sp1$hzID) # set horizon designation column hzidname(sp1) <- "hzIDrev" # get horizon designation column hzidname(sp1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.