timeSeriesChart: Time Series Chart

Description Usage Arguments Examples

Description

Creates a time series chart with data structured in long format. Dependenceis: ggplot2 and plotly.

Usage

1
timeSeriesChart(data, timepoint, response, tx)

Arguments

data

Is the dataframe that you are interested in visualizing.

timepoint

Is the name of the column containing ordered time points.

response

Is the name of the column containing the dependent (y axis) variable values.

tx

Is optional and may be specified to create an interaction graph. It is the name of the column containing treatment group membership.

Examples

1
timeSeriesChart(meanMcs, time, value, MBSR1CBT2)

santiallende/caanPackage documentation built on May 29, 2019, 1:47 p.m.