[R] could not find function "hmatplot"

2010-10-19 Thread Grzesiek
I need a picture like this: http://rwiki.sciviews.org/doku.php?id=graph_gallery:graph38 http://rwiki.sciviews.org/doku.php?id=graph_gallery:graph38 but when I try compile it require("hexbin") data(NHANES)# pretty large data set! good <- !(is.na(NHANES$Albumin) | is.na(NHANES$Transferin)) NH.var

Re: [R] could not find function "hmatplot"

2010-10-19 Thread Dieter Menne
Grzesiek wrote: > > I need a picture like this: > http://rwiki.sciviews.org/doku.php?id=graph_gallery:graph38 > http://rwiki.sciviews.org/doku.php?id=graph_gallery:graph38 > > .. follows code from the web site > > I get an error: > Error: could not find function "hmatplot" > > What is wron