search for: zoo_nocyp

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

2013 Jan 18
1
lattice: loess smooths based on y-axis values
...values for each abundance, which means that 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...