formatLineData: Format raw data into plot-able multi-line plot data.

Description Usage Arguments Value

Description

Format raw data into plot-able multi-line plot data.

Usage

1
formatLineData(userToken, data, xlength, dimnames = NULL)

Arguments

userToken

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

data

An input data frame.

xlength

Th length of x-axis/ The number of variables.

dimnames

A chacter vector representing line labels in the legend. (optional)

Value

A data frame with first column as x-axis tick labels and one line per column for the rest of the columns.


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