Displaying 1 result from an estimated 1 matches for "vehabl".
Did you mean:
ehabi
2000 Mar 26
2
hist2d() function in R?
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"...