https://github.com/cran/hexbin
Raw File
Tip revision: 6d36d1aae3fbd5aaf22e42243f10b6e164b75390 authored by Nicholas Lewin-Koh on 25 September 2009, 00:00:00 UTC
version 1.20.0
Tip revision: 6d36d1a
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