View source: R/geom_glyph_ribbon.R
calculate_min_dist | R Documentation |
This function calculates the smallest distance between all unique coordinate combinations of major axes using the Haversine formula, which measures distances on the surface of a sphere (i.e., Earth). The function returns the minimum distance in degrees of latitude and a corresponding height that maintains a glyph ratio of 1:1.618 (the golden ratio).
calculate_min_dist(data)
data |
A data frame containing columns 'x_major' and 'y_major', which represent the coordinates (longitude and latitude) for each point. |
A list containing:
The smallest distance between any two unique points, converted from meters to degrees of latitude.
The height corresponding to the width, calculated using the golden ratio (1:1.618).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.