calc_bins_y | R Documentation |
This function calculates the effective number of bins along the x and y axes of a hexagonal grid.
calc_bins_y(nldr_obj, b1 = 4, q = 0.1)
nldr_obj |
A list of a tibble contains scaled first and second columns of NLDR data, and numeric vectors representing the limits of the original NLDR data. |
b1 |
Number of bins along the x axis. |
q |
The buffer amount as proportion of data range. |
A list of numeric values that represents the effective number of bins along the y axis, height and, width of the hexagon.
calc_bins_y(nldr_obj = scurve_model_obj$nldr_obj, b1 = 4, q = 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.