[R] heatmap column width

2009-08-27 Thread Tiandao Li
Hi, I generated a 3-column heatmap, however, I want to have a smaller column width and big font size of label on the right side. Thanks! > sessionInfo() R version 2.9.1 (2009-06-26) i486-pc-linux-gnu locale: LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETAR

Re: [R] [BioC] BioC 2.3 standard installation

2008-12-01 Thread Tiandao Li
lysis splines Regression Spline Functions and Classes stats The R Stats Package stats4 Statistical Functions using S4 Classes survival Survival analysis, including penalised likelihood. tcltk Tcl/Tk Interface tools Tools for Package Development utils The R Utils Package (END) > Tiandao Li wrot

Re: [R] [BioC] BioC 2.3 standard installation

2008-12-01 Thread Tiandao Li
L") > > and show us the complete output. > You could also try the R-help mailing list (r-help@r-project.org) > since your problem doesn't seem to be Bioconductor-specific. > > Cheers, > H. > > > Tiandao Li wrote: > >> Hello, >> >> I tried

Re: [R] plot question

2007-10-02 Thread Tiandao Li
, Tiandao Li <[EMAIL PROTECTED]> wrote: > Hello, > > I have a question about how to plot a series of data. The folloqing is my > data matrix of n > > n > 25p5p 2.5p 0.5p > 16B-E06.g 45379 4383 5123 45 > 16B-E06.g 45138 4028 6249 52 &

Re: [R] plot question

2007-10-02 Thread Tiandao Li
nchar(x) - 1)) matplot(x, t(n), pch = 1, axes = FALSE) axis(side = 2) axis(side = 3, at = x, lab = colnames(n)) box() On 10/2/07, Tiandao Li <[EMAIL PROTECTED]> wrote: > However, I got the following msg. > > > matplot(colnames(n), t(n), pch = 1, axes = FALSE) > Error in p

Re: [R] plot question

2007-10-02 Thread Tiandao Li
tplot call to matplot(x, t(n), pch = 1, axes = FALSE) And then adding them how you want: axis(side = 2) axis(side = 3, at = x, lab = colnames(n)) box() On 10/2/07, Tiandao Li <[EMAIL PROTECTED]> wrote: > Thanks for your quick reply, Eric. > > I want plot colnames(n) as string on x-a

Re: [R] plot question

2007-10-02 Thread Tiandao Li
ne ID, see ?lm ?predict ?abline ?text On 10/2/07, Tiandao Li <[EMAIL PROTECTED]> wrote: > Hello, > > I have a question about how to plot a series of data. The folloqing is my > data matrix of n > > n > 25p5p 2.5p 0.5p > 16B-E06.g 45379 4383 51

[R] plot question

2007-10-02 Thread Tiandao Li
Hello, I have a question about how to plot a series of data. The folloqing is my data matrix of n > n 25p5p 2.5p 0.5p 16B-E06.g 45379 4383 5123 45 16B-E06.g 45138 4028 6249 52 16B-E06.g 48457 4267 5470 54 16B-E06.g 47740 4676 6769 48 37B-B02.g 42860 6152 19276