- Notifications
You must be signed in to change notification settings - Fork14
Open
Description
Multiple thin horizons near the top and/or bottom of the profile result in insufficient movement over the next closest items. A possible solution involves giving the left/right anchors infixOverlap() a higher charge density.
library(aqp)x<-'A:Oe,10,10YR 2/2A,20,10YR 3/3E1,30,2.5Y 8/2E2,35,2.5Y 8/2Bhs,60,7.5YR 4/6BC,125,7.5YR 6/4C1,145,10YR 6/2C2,150,10YR 6/2'x<- quickSPC(x)options(.aqp.plotSPC.args=list(name=NA,cex.names=2,hz.depths=TRUE,depth.axis=FALSE,width=0.2))plotSPC(x,fixOverlapArgs=list(method='S'))plotSPC(x,fixOverlapArgs=list(method='E',q=0.5))plotSPC(x,fixOverlapArgs=list(method='E',q=1))plotSPC(x,fixOverlapArgs=list(method='E',q=5))
Metadata
Metadata
Assignees
Labels
No labels