Description Usage Arguments Value Examples
View source: R/getCoordinates.R
Helper function that calls other functions to calculate coordinates
| 1 | get_coordinates(df, yaxis_length = 4, debug = TRUE)
 | 
| df | dataframe with calculated frequencies  | 
| yaxis_length | Length of the yaxis [num]  | 
| debug | TRUE gives verbose output [boolean]  | 
dataframe with x & y coordinates for all polygons
| 1 | yaxis_length_per_clone <- calculate.yaxis.length.clones(df_freq, yaxis_length=4, debug=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.