plotTimeSeries: Plotting function for a longitudinal data matrix (Internal...

View source: R/initExampleData.R

plotTimeSeriesR Documentation

Plotting function for a longitudinal data matrix (Internal Function)

Description

Plotting function for a longitudinal data matrix (Internal Function)

Usage

plotTimeSeries(
  myMatrix,
  main = "",
  labels = NA,
  ylab = "Expression",
  xlab = "Time Point",
  legend = "",
  col = 1:dim(myMatrix)[1]
)

Arguments

myMatrix

longitudinal data matrix to be plotted

main

Title of the plot

labels

class labels of samples

ylab

Label of y axis

xlab

Label of x axis

legend

of plot

col

vector of colors for plot

Value

No return value


LoBrA documentation built on March 22, 2022, 1:06 a.m.