View source: R/plot_circlize.R
transform_coordinates | R Documentation |
This function converts the Cartesian coordinates to Polar coordinates. Input data can be the coordinates from tSNE or UMAP. It outputs a matrix with polar coordinates.
transform_coordinates(coord_data, zoom)
coord_data |
Cartesian coordinates from tSNE, UMAP, etc. |
zoom |
Value from c(0,1) to adjust the coordinates. |
A matrix with polar coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.