try:

win.metafile(file="output.wmf")
lapply(dataframe[3:20], hist)
dev.off()

On 4/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi R-helpers,
>
> I wish to produce frequency histograms of all of the variables in my
> dataframe (except some identifying variables).
>
> I have tried
>
> >hist(dataframe[,3:20])
>
> to produce histograms of the 3rd through 20th variables in my dataframe, but
> R doesn't like that.
>
> Could anyone provide a suggestion?
>
> Also, once I produce the histograms, I'd like to save them as graphic files
> on my computer. How would I do that using code (rather than Right-click |
> Save as metafile, which would be tedious for dozens of histograms).
>
> Thanks, Mark
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> [email protected] 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.
>


-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem you are trying to solve?

______________________________________________
[email protected] 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.

Reply via email to