[R] help with hist-plots?
Uwe Ligges
ligges at statistik.uni-dortmund.de
Wed Jan 19 13:02:31 CET 2005
Axel Bock wrote:
> Hi, I am working my way through the examples given in the R manual, and
> I am now at the hist-plot of the eruptions data set.
>
> The question I have is as follows: I truly like the
> hist(thing, seq(a,b,c), prob=TRUE)
> thingy, but ... I would rather plot that with gnuplot than with R.
> (First, it looks nicer :-), second, all my other graphs are in gnuplot,
> third, all my scripts work with gnuplot).
>
> Now can I somehow get the data pairs created by this command into a
> file? That would be really nice ... !
Example:
histogramObject <- hist(1:10, plot=FALSE)
histogramObject
Uwe Ligges
>
> Thanks for help & greetings,
>
> Axel.
>
> ______________________________________________
> R-help at 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
More information about the R-help
mailing list