radarWidget: radarWidget

Description Usage

Description

radarWidget

Usage

1
2
3
4
5
radarWidget(df, legendCol = 1, firstColData = ifelse(is.null(legendCol), 1,
  2), legend.title = ifelse(is.null(legendCol), "Legend",
  colnames(df)[legendCol]), legend.text = df[, legendCol],
  showLegend = ifelse(is.null(legendCol), FALSE, TRUE),
  showTitle = showLegend, width = NULL, height = NULL)

rocalabern/radarWidget documentation built on May 27, 2019, 12:14 p.m.