Re: [R] plot from source file

2007-10-04 Thread Thomas Lumley
It's a FAQ (7.22) -thomas On Thu, 4 Oct 2007, Armin Goralczyk wrote: Dear list Maybe someone can help with the following problem: I have a source file containing the following code for plotting: pdf(file = 'data/mario/boxplot.pdf') bwplot(sig100 ~ target | group, data = fish, main =

Re: [R] plot from source file

2007-10-04 Thread Vladimir Eremeev
It's a FAQ #7.22 Wrap your plotting commands with print, that is, print(bwplot( )) and print(xyplot( )) Armin Goralczyk wrote: > > Dear list > Maybe someone can help with the following problem: > I have a source file containing the following code for plotting: > > pdf(file = 'data/mari

[R] plot from source file

2007-10-04 Thread Armin Goralczyk
Dear list Maybe someone can help with the following problem: I have a source file containing the following code for plotting: pdf(file = 'data/mario/boxplot.pdf') bwplot(sig100 ~ target | group, data = fish, main = 'Boxplot der Signale in 100 Zellen nach Gruppe', xlab = '', ylab = 'Anzahl der Sign