Calculate Axis Path This function is derived from the 'ggradar' package. https://github.com/ricardo-bion/ggradar/. Calculates x-y coordinates for a set of radial axes (one per variable being plotted in radar plot)
sys_CalculateAxisPath(var.names, min, max)a dataframe of the calculated axis paths
list of variables to be plotted on radar plot
MININUM value required for the plotted axes (same value will be applied to all axes)
MAXIMUM value required for the plotted axes (same value will be applied to all axes)