Displaying 1 result from an estimated 1 matches for "y_at".
Did you mean:
_at
2006 Jul 10
2
Setting the colors of lines in a trellis plot...
...,
ylim=c(y_min, y_max),
scales = list(tck=c(1, 0), axs="r",
x=list(tick.number=(xmax - xmin + 1), at=xmin:xmax,
labels=xmin:xmax, cex=1.75),
y=list(axs="r", rot=c(90, 0), labels=y_labels,
at=y_at, cex=1.75
)
),
key = list (
text = list(levels(data$category)),
lines = list(type="b",
lty=mylines$lty,
pch=mysymbols$pch,
cex=rep(1.25, numlines),
col=mylines$col)...