Re: [R] Plot frame color and linewidth

2011-08-01 Thread Dieter Menne
marcel wrote: > > I have a figure with a lattice plot and a basic plot. Is there a way to > select the color and line width of the surrounding boxes for each of > these? I could not find any documentation on this. > > Thanks for providing a nice self-contained example. There was nothing wron

[R] Plot Frame color and linewidth

2011-07-31 Thread marcel
I have a figure with a lattice plot and a basic plot. Is there a way to select the color and line width of the surrounding boxes? # Data tC <- textConnection(" Time Type1 Type2 Type3 1.3 .50 .10 .40 4.5 .45 .20 .35 5.2 .40 .30 .30 ") data1 <- read.table(header=TRUE, tC) data2 <- data.frame(Time=r