English 中文(简体)
用相关数据概要排列图表
原标题:Plotting Histograms with Associated Summary Data
  • 时间:2012-01-12 15:35:50
  •  标签:
  • r

我只使用R,时间大约为两周,因此我大概没有基本的东西。

简言之,我撰写了一个方案,创立了2个X2个其图形网,用读写法重新更新(一米通过100个其图)。

土地(电网)如下:

------------
| h1 | h2 |
------------
| h3 | h4 |
------------

我不想把4幅他的图象带上一页,而只用2幅他的图象,而用“挖掘”的盒子印刷每张图表的信息。

For example: I would keep box h1 as a histogram and box h2 would provide details about h1 (mean, std dev, correlated data, and a variety of statistics). Box h3 would also be a histogram and box h4 would provide summary statistics for h3.

So basically, I need some R output structure that would allow me to plot two histograms at a time with blocks of open space for each histogram where I can provide extensive details. There is fair amount of data to be displayed for each plot that doesn t belong in the plot, so what alternatives are there for displaying the data in conjunction with the plot?

如果这个论坛不是正确的,那么我就抱歉,仅向我指出了正确的方向。

最佳回答

<代码>textplotFunction in the gplots including the addtable2plot function in the plotrix including both can be used to put text/output into a soil (use one or the other, not both). 您可使用<代码>plot.new功能,移至下一个框架,以便案文在下一个框架而不是按其图表排列。 你也只能留下更多的空间,并增加有关同一阴谋的信息。 您也不妨研究<代码>layout的功能,使图区的规模不同。

问题回答

暂无回答




相关问题
How to plot fitted model over observed time series

This is a really really simple question to which I seem to be entirely unable to get a solution. I would like to do a scatter plot of an observed time series in R, and over this I want to plot the ...

REvolution for R

since the latest Ubuntu release (karmic koala), I noticed that the internal R package advertises on start-up the REvolution package. It seems to be a library collection for high-performance matrix ...

R - capturing elements of R output into text files

I am trying to run an analysis by invoking R through the command line as follows: R --no-save < SampleProgram.R > SampleProgram.opt For example, consider the simple R program below: mydata =...

R statistical package: wrapping GOFrame objects

I m trying to generate GOFrame objects to generate a gene ontology mapping in R for unsupported organisms (see http://www.bioconductor.org/packages/release/bioc/vignettes/GOstats/inst/doc/...

Changing the order of dodged bars in ggplot2 barplot

I have a dataframe df.all and I m plotting it in a bar plot with ggplot2 using the code below. I d like to make it so that the order of the dodged bars is flipped. That is, so that the bars labeled "...

Strange error when using sparse matrices and glmnet

I m getting a weird error when training a glmnet regression. invalid class "dgCMatrix" object: length(Dimnames[[2]]) must match Dim[2] It only happens occasionally, and perhaps only under larger ...

Generating non-duplicate combination pairs in R

Sorry for the non-descriptive title but I don t know whether there s a word for what I m trying to achieve. Let s assume that I have a list of names of different classes like c( 1 , 2 , 3 , 4 ) ...

Per panel smoothing in ggplot2

I m plotting a group of curves, using facet in ggplot2. I d like to have a smoother applied to plots where there are enough points to smooth, but not on plots with very few points. In particular I d ...

热门标签