hexagonsGrob             package:ggplot             R Documentation

_H_e_x_g_a_o_n_s _G_r_o_b

_D_e_s_c_r_i_p_t_i_o_n:

     Minor changes to functions from hexbin to allow output directly to
     grobs.

_U_s_a_g_e:

     hexagonsGrob(dat, style = c("colorscale", "centroids", "lattice",    "nested.lattice", "nested.centroids", "constant.col"), use.count = TRUE, cell.at = NULL, minarea = 0.05, maxarea = 0.8, check.erosion = TRUE, mincnt = 1, maxcnt = max(dat@count), trans = NULL, colorcut = seq(0, 1, length = 17), density = NULL, border = NULL, pen = NULL,colramp = function(n) {LinGray(n, beg = 90, end = 15)}, def.unit = "native", verbose = getOption("verbose"))

_A_r_g_u_m_e_n_t_s:

     dat: 

   style: 

use.count: 

 cell.at: 

 minarea: 

 maxarea: 

check.erosion: 

  mincnt: 

  maxcnt: 

   trans: 

colorcut: 

 density: 

  border: 

     pen: 

 colramp: 

def.unit: 

 verbose: 

_D_e_t_a_i_l_s:

_A_u_t_h_o_r(_s):

     Hadley Wickham <h.wickham@gmail.com>

_E_x_a_m_p_l_e_s:

