summary.hexbin {hexbin} | R Documentation |
Returns a summary in the form of a formatted table of a hexbin object
## S3 method for class 'hexbin': summary(object, ...)
object |
an object of class hexbin |
... |
further arguments passed from and to methods. |
Prints a summary to the terminal of a hexbin object with the components listed listed below.
Nicholas Lewin-Koh nikko@hailmail.net
x <- rnorm(1000) y <- rnorm(1000) hb <- hexbin(x,y) summary(hb)