search for: cellwidth

Displaying 4 results from an estimated 4 matches for "cellwidth".

2017 Sep 18
2
pheatmap: incomplete figure
Dear R Community, I tried to generate heatmap for a matrix of 1500 columns by 106 rows using the following R script: > pheatmap(tf.vs.DE.1.removeAllZeroCol, fontsize=3,border_color=NA) and got the graph (as attached Fig 1) Since the column labels appear very crowded, I tried to increase the cellwidth to stretch the graph horizontally. The idea was to show the graph section by section, but with clear/readable column labels (not overlapped labels). So I typed: > pheatmap(tf.vs.DE.1.removeAllZeroCol, fontsize=3,cellwidth=3,cellheight=3,border_color=NA) However, this time I only got middle part...
2017 Sep 18
0
pheatmap: incomplete figure
...t; I tried to generate heatmap for a matrix of 1500 columns by 106 rows using the following R script: >> pheatmap(tf.vs.DE.1.removeAllZeroCol, fontsize=3,border_color=NA) > and got the graph (as attached Fig 1) > > Since the column labels appear very crowded, I tried to increase the cellwidth to stretch the graph horizontally. The idea was to show the graph section by section, but with clear/readable column labels (not overlapped labels). > So I typed: >> pheatmap(tf.vs.DE.1.removeAllZeroCol, fontsize=3,cellwidth=3,cellheight=3,border_color=NA) > However, this time I only go...
2012 Jul 17
2
Table/Frame - output
I would like to output a nicely formatted data frame to a bitmap. Is this possible in R? -- View this message in context: http://r.789695.n4.nabble.com/Table-Frame-output-tp4636790.html Sent from the R help mailing list archive at Nabble.com.
2002 Feb 23
4
bug in options() - help page (PR#1323)
...``base R'' and the homepage claims that the options described there are the only options used by ``base R'', this may be considered as a bug. The following variables are described on the help page, but are not in names(options()): error show.error.messages download.file.method de.cellwidth internet.info I had a problem with the option ``show.error.messages'' which may be related to this option not being in names(options()) (I do not claim to understand how options() really work). Reporting and checking a problem with ``show.error.messages'' is actually confusing, si...