plotTimeSeries {LoBrA}R 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


[Package LoBrA version 1.0 Index]