sradar {smvgraph} | R Documentation |
sradar
Description
Shiny app for creating radar charts with interactive variable selection.
Usage
sradar(data, xvar = character(0), ...)
Arguments
data |
matrix or data.frame |
xvar |
character: names of selected variables for the plot |
... |
further parameters given to |
Value
nothing
Examples
if (interactive()) sradar(normalize(iris))
[Package smvgraph version 0.1.2 Index]