Multivariate data visualisations used to select sections for
ceplot
. Basically visualises a dataset and highlights a
single point.
plotxc.pcp(Xc, Xc.cond, select.colour = NULL, select.lwd = 3,
cex.axis = NULL, cex.lab = NULL, tck = NULL, select.cex = 1, ...)plotxc.full(Xc, Xc.cond, select.colour = NULL, select.lwd = 3,
cex.axis = NULL, cex.lab = NULL, tck = NULL, select.cex = 0.6, ...)
A dataframe.
A dataframe with one row and same names as Xc
.
Colour to highlight Xc.cond
Line weight to highlight Xc.cond
Axis text scaling
Label text scaling
Plot axis tick size
Plot symbol size
not used.
Produces a plot, and returns a list containing the relevant information to update the plot at a later stage.