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 =
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
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
3 matches
Mail list logo