search for: log10ab

Displaying 1 result from an estimated 1 matches for "log10ab".

Did you mean: log10
2013 Jan 18
1
lattice: loess smooths based on y-axis values
...t the curves give multiple possible abundances at each depth level. Rather, I would like the loess smooth to still be based on 'averaging' abundance at each depth. Essentially, I would like a mirror image of the plot from this code: ord<-order(Zoo_nocyp$Depth_m, decreasing=TRUE) xyplot(log10Ab[ord]~factor(-1*Depth_m[ord])|StageF[ord], data=Zoo_nocyp[Zoo_nocyp$log10Ab!="0" ,], type=c("p","smooth"), par.settings=list(strip.background=list(col="white"), fontzize=list(text=16,points=10), lty = 0), space=0, border=NA,...