[R] hist2d() function in R?

About this list Date view Thread view Subject view Author view Other groups

Subject: [R] hist2d() function in R?
From: Aleksey Naumov (naumov@acsu.buffalo.edu)
Date: Mon 27 Mar 2000 - 05:47:24 EST


Message-ID: <38DE694B.F48AFF7D@acsu.buffalo.edu>

Dear R users,

I am just starting with R (v. 1.0.0) and I use Vehables & Ripley's
MASS book for examples.
In the intro session, there is an example of a 2D histogram on an 8x8
grid:

x <- rnorm(1000)
y <- rnorm(1000)
contour(hist2d(x,y,,,8,8))

R complains:

Error in contour(hist2d(x, y, , , 8, 8)) :
        couldn't find function "hist2d"

I looked for hist2d() in the manual (including the latest development
version), but didn't
find it. Is there such a function or a suitable substitute?

Thank you!
Aleksey

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._


About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b25 : Mon 17 Jul 2000 - 12:33:13 EST