This function calculates the effective number of bins along the x and y axes of a hexagonal grid.
Value
A list of numeric values that represents the effective number of bins along the y axis, height and, width of the hexagon.
Examples
scurve_umap_scaled_obj <- s_curve_obj$nldr_scaled_obj
lim1 <- scurve_umap_scaled_obj$lim1
lim2 <- scurve_umap_scaled_obj$lim2
r2 <- diff(lim2)/diff(lim1)
calc_bins_y(bin1 = 4, r2 = r2, q = 0.1)
#> Error in if (r2 > check_factor) { a1 <- (1 + 2 * q)/(bin1 - 1)} else { a1 <- (2 * (r2 + q * (1 + r2)))/(sqrt(3) * (bin2 - 1))}: argument is of length zero