calc_y_max {quollr} | R Documentation |
Compute maximum value of y for scaling
Description
This function compute the maximum y value need to use for scaling.
Usage
calc_y_max(aspect_ratio, hex_ratio)
Arguments
aspect_ratio |
Numeric value representing the aspect ratio of the plot area. |
hex_ratio |
Numeric value representing the ratio of the hexagon size. |
Value
A value which should be used as maximum value of y when scaling.
Examples
calc_y_max(aspect_ratio = 2.019414, hex_ratio = 0.2309401)
[Package quollr version 0.1.1 Index]