[R] Setting lattice boxplot's lines to black
Deepayan Sarkar
deepayan.sarkar at gmail.com
Fri Jul 1 23:37:38 CEST 2005
On 7/1/05, Mario Alfonso Morales Rivera <malfonso at sinu.unicordoba.edu.co> wrote:
> Hi R users.
>
> I'm using the lattice library and I need a print version for my graphics.
>
> How Set I my boxplot's lines to black ????
(As I said in a private reply,) you seem to want a black and white plot, so use
trellis.device(color = FALSE)
to initialize the device.
Deepayan
More information about the R-help
mailing list