Entering edit mode
Jean Yee Hwa Yang
▴
920
@jean-yee-hwa-yang-104
Last seen 10.2 years ago
Hi,
Try the following:
tmp <- layout(matrix(c(16, 1, 2, 2, 16, 0, 3, 3, 16, 4, 6, 6,
16, 5, 7, 7, 16, 8, 10, 11, 16, 9, 10, 11, 16, 12, 14, 14,
16,
13, 15,15), 4, 8), height = c(1, 10, 5, 5), width = c(11,
2, 5, 1.5, 5, 1.5, 5, 1.5))
layout.show(tmp)
I think help(layout) have sufficient information.
Cheers
Jean
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jean Yee Hwa Yang jean@biostat.ucsf.edu
Lung Biology Center, Tel: (415) 476-3368
University of California, Fax: (415) 476-6014
500 Parnassus Avenue, MU 420-W, San Francisco, CA 94143-0560
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On Mon, 29 Nov 2004, NATALIA F TCHETCHERINA wrote:
> Hello,
> I would like to modify 'maQualityPlots'. I would like to get Spatial
plots of
> 'maGb','maGf' instead 'qpDotPlots'. One of things that I need to
change is :
> layout(matrix(c(14, 1, 2, 2, 14, 0, 3, 3, 14, 4, 6, 6,
> 14, 5, 7, 7, 14, 8, 10, 11, 14, 9, 10, 11, 14, 12,
> 13, 13), 4, 7), height = c(1, 10, 5, 5), width = c(11,
> 2, 5, 1.5, 5, 1.5, 7))
> My question is: Where I can find description of these parameters and
numbers?
> What are they mean?
> I read about layout function in "?layout" however, I need more
information.
>
> Thanks.
> Sincerely, Natalia.
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor@stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
>