View source: R/initExampleData.R
plotTimeSeries | R Documentation |
Plotting function for a longitudinal data matrix (Internal Function)
plotTimeSeries( myMatrix, main = "", labels = NA, ylab = "Expression", xlab = "Time Point", legend = "", col = 1:dim(myMatrix)[1] )
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 |
No return value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.