createRadarComp: Create 2 radar plots for comparison.

Description Usage Arguments Value

Description

Create 2 radar plots for comparison.

Usage

1
2
3
createRadarComp(userToken, data, dataComp,
  legendColors = c(COLOR_DEFAULT_USER, COLOR_DEFAULT_PLOT), dim = " ",
  ylimMin = 0, ylimMax = NULL, legendLabels, varlabels)

Arguments

userToken

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

data

An input data frame.

dataComp

An input data frame for comparison.

legendColors

A vector of both colors for radar plots. (optional)

dim

Manually selected dimension (tab) highlighted when the relevant tab is selected. (optional)

ylimMin

Lower limit of y-axis. (optional)

ylimMax

Upper limit of y-axis. (optional)

legendLabels

A character vector for legend values for two radars.

varlabels

A character vector for axis labels.

Value

Two radar plots with different colors.


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