createBox: Create box plot of self versus others.

Description Usage Arguments Value

View source: R/functions.R

Description

Create box plot of self versus others.

Usage

1
2
createBox(userToken, dataSelf, dataComp1, dataComp1Mean, dataComp2,
  dataComp2Mean, ylabs = NULL, xlims = NULL)

Arguments

userToken

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

dataSelf

Data representing self value.

dataComp1

Data for comparison 1.

dataComp1Mean

Mean of data for comparison 1.

dataComp2

Data for comparison 2.

dataComp2Mean

Mean of data for comparison 2.

ylabs

y labels of the three boxes. (optional)

xlims

Limits of x axis. (optional)

Value

a box plot.


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