https://github.com/cran/hexbin
Raw File
Tip revision: d81a8d5168f18eb59d216dd8872c1deb2d47a73d authored by Nicholas Lewin-Koh on 21 May 2008, 00:00:00 UTC
version 1.17.0
Tip revision: d81a8d5
README-R
Calling Tree { functions in order of ./hexbin.R }
-------------

hexbin
 \--> .Fortran("hbin", *)

hboxplot
 |--> hcell2xy()
 |--> hexpolygon()
 \-----\-> hexcoords()

hcell
 \--> .Fortran("hcell", *)

hcell2xy

hdiffplot
 \--> hcell2xy(), plot(), hexpolygon(), hexcoords()

erode.hexbin
 \--> .Fortran("herode", *)

hexagons
 \--> hcell2xy(), plot(), hexpolygon(), hexcoords(), polygon()

hex.legend
 \--> hexcoords(), hexpolygon()

hmatplot
 |--> hcell2xy()
 |--> hboxplot
 \--> hdiffplot  {2 x}

plot.hexbin --> [ LinGraY() ]
 |--> hex.legend()
 |--> hexagons()


smooth.hexbin
 \--> .Fortran("hsm" , * )

hray
 \--> { polygon, lines }
back to top