gen_scaled_data {quollr} | R Documentation |
This function scales the x and y coordinates.
gen_scaled_data(data, x, y, hex_ratio = NA)
data |
A tibble or data frame. |
x |
The name of the column that contains values along the x-axis. |
y |
The name of the column that contains values along the y-axis. |
hex_ratio |
Numeric value representing the ratio of the hexagon size. |
A list contains scaled x and y coordinates.
gen_scaled_data(data = s_curve_noise_umap, x = "UMAP1", y = "UMAP2")