createRadar: Create a Radar Plot.

Description Usage Arguments Value

Description

Create a Radar Plot.

Usage

1
2
createRadar(userToken, data, legendColor = COLOR_DEFAULT_USER,
  ylimMin = 0, ylimMax = NULL, legendLabel = "YOU", varlabels)

Arguments

userToken

A user-specific password to show user position on the plot.

data

An input data frame.

legendColor

The color of plot. (optional)

ylimMin

Lower limit of y-axis. (optional)

ylimMax

Upper limit of y-axis. (optional)

legendLabel

A legend value for radar. (optional)

varlabels

A character vector for axis tick labels.

Value

A ggplot radar plot.


urwa/shinyscaffold documentation built on May 25, 2019, 8:28 p.m.