View source: R/CalculateAxisPath.R
CalculateAxisPath | R Documentation |
Calculates x-y coordinates for a set of radial axes (one per variable being plotted in radar plot)
CalculateAxisPath(var.names, min, max)
var.names |
list of variables to be plotted on radar plot |
min |
MININUM value required for the plotted axes (same value will be applied to all axes) |
max |
MAXIMUM value required for the plotted axes (same value will be applied to all axes) |
a dataframe of the calculated axis paths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.