get_coordinates: Helper function that calls other functions to calculate...

Description Usage Arguments Value Examples

View source: R/getCoordinates.R

Description

Helper function that calls other functions to calculate coordinates

Usage

1
get_coordinates(df, yaxis_length = 4, debug = TRUE)

Arguments

df

dataframe with calculated frequencies df

yaxis_length

Length of the yaxis [num] yaxis_length

debug

TRUE gives verbose output [boolean] debug

Value

dataframe with x & y coordinates for all polygons

Examples

1
yaxis_length_per_clone <- calculate.yaxis.length.clones(df_freq, yaxis_length=4, debug=TRUE)

sp00nman/evoplot documentation built on May 6, 2019, 6:59 p.m.