View source: R/Visualizations_Radar.R
Perc2Radar | R Documentation |
This function creates a radar chart based on the percentage data provided in a data frame.
Perc2Radar(
PercDF = NULL,
Features = NULL,
col_vector = col_vector,
plotLegend = T
)
PercDF |
A data frame containing percentage data. |
Features |
A character vector specifying the features (columns) to be included in the radar chart. |
col_vector |
A vector of colors to be used for plotting the radar chart. |
plotLegend |
A logical value indicating whether to plot the legend. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.