sradar: sradar

View source: R/sradar.R

sradarR 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

...

unused

Value

nothing

Examples

if (interactive()) sradar(iris)

sigbertklinke/smvgraph documentation built on Dec. 10, 2022, 9:13 a.m.