Displaying 2 results from an estimated 2 matches for "reduced_mat".
2007 Aug 01
1
need help with pdf-plot
Hello,
I'm trying to plot a set of barplots like a matrix (2 rows, 10 columns
from"reduced_mat") to a pdf. It works with the following parameters:
pdf("test.pdf",width=ncol(reduced_mat)*2, height=nrow(reduced_mat)*2, pointsize
= 12)
par(mfcol = c(nrow(reduced_mat),ncol(reduced_mat)), oma = c(0,0,0,0),
lwd=48/96, cex.axis = 0.5, las = 2, cex.main = 1.0)
The I get a long na...
2007 Aug 11
0
DOE and interaction plot general question
...ntje skrev:
> > I still have this problem. Does anybody know any solution?
> >
> > Antje
> >
> > Antje schrieb:
> >
> >> Hello,
> >>
> >> I'm trying to plot a set of barplots like a matrix (2 rows, 10 columns
> >> from"reduced_mat") to a pdf. It works with the following parameters:
> >>
> >> pdf("test.pdf",width=ncol(reduced_mat)*2, height=nrow(reduced_mat)*2,
> pointsize
> >> = 12)
> >>
> >> par(mfcol = c(nrow(reduced_mat),ncol(reduced_mat)), oma = c(0,0,0,0),
&...