Re: [R] Arrange histogram

2006-10-13 Thread Uwe Ligges


[EMAIL PROTECTED] wrote:
 The data set has a number of variables each of which is classified into two 
 groups.
 
 For each variable of each group, I need to create a histogram. All the 
 histograms are to be lined up into a file that looks like
 
group1 group2
 Variable 1 Histogram  histogram
 Variable 2 Histogram  histogram
 ...
 
 Can you give me a hint as to what package I'd look into for help?

lattice is your friend.

Uwe Ligges


 Thank you
 
 Jue Wang, Biostatistician
 Contracted Position for Preclinical  Research Biostatistics
 PrO Unlimited
 (908) 231-3022
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Arrange histogram

2006-10-12 Thread Jue.Wang2
The data set has a number of variables each of which is classified into two 
groups.

For each variable of each group, I need to create a histogram. All the 
histograms are to be lined up into a file that looks like

   group1 group2
Variable 1 Histogram  histogram
Variable 2 Histogram  histogram
...

Can you give me a hint as to what package I'd look into for help?

Thank you

Jue Wang, Biostatistician
Contracted Position for Preclinical  Research Biostatistics
PrO Unlimited
(908) 231-3022

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.