plotGaudermanModel {LoBrA} | R Documentation |
Plotting helper function to plot a single generalized gouderman Model
Description
Plotting helper function to plot a single generalized gouderman Model
Usage
plotGaudermanModel(
data,
labels,
ul,
tempmodel,
colores,
maincol,
breaks,
main,
ylab,
xlab
)
Arguments
data |
data matrix used to fit the model |
labels |
class labels for all samples |
ul |
unique class labels |
tempmodel |
model to be plotted |
colores |
predefined colors for the single samples |
maincol |
predefined colors for the fitted spline |
breaks |
break points of the spline to be plotted |
main |
main title of the plot |
ylab |
y label of the plot |
xlab |
x label of the plot |
[Package LoBrA version 1.0 Index]