Skip to content
Prev 255490 / 398506 Next

Simple lattice question

Ruben,

One more thing you might try is to add a 'size' component to
the lines list. The default is size=5, but since you have
enought space in the plot, try size=8 or 9; the line types
will show up more clearly:

  ....
      lines=list(pch=1:4, lty=1:4, type='b', size=8),
      ....

Peter Ehlers
On 2011-03-31 23:28, Rub?n Roa wrote: