hexList {hexbin} | R Documentation |
Creates a list of hexbin
objects. Basic components are
a cell id and a count of points falling in each occupied cell.
Basic methods are show()
, plot()
and summary()
, but also erode
.
hexList(x, y = NULL, given = NULL, xbins = 30, shape = 1, xbnds = NULL, ybnds = NULL, xlab = NULL, ylab = NULL)
x |
~~Describe x here~~ |
y |
~~Describe y here~~ |
given |
~~Describe given here~~ |
xbins |
~~Describe xbins here~~ |
shape |
~~Describe shape here~~ |
xbnds |
~~Describe xbnds here~~ |
ybnds |
~~Describe ybnds here~~ |
xlab |
~~Describe xlab here~~ |
ylab |
~~Describe ylab here~~ |
There is also a coerce
method to produce
hexbinList
objects from list
s.
If it is a LIST, use
comp1 |
Description of 'comp1' |
comp2 |
Description of 'comp2' |
...
Nicholas Lewin-Koh