Displaying 1 result from an estimated 1 matches for "fontziz".
Did you mean:
fontzize
2013 Jan 18
1
lattice: loess smooths based on y-axis values
...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,
col=c("blue","red","green","purple","orange"),
stack=TRUE, groups=Zoo_nocyp$SpeciesF,
key=
list(title="Species", cex.title=1,text=list(c...