Plot the name of each assemblage near its performance
on a graph plotted using the functions
plot_prediction_simple
or
plot_prediction_LOO
.
add_ass_names(Fx, Fy, assMotif, cols)
two numeric vectors of length(Fx)
.
The first vector contains reference, observed assemblage performances.
The second vector contains assemblage performances
modelled by components clustering.
an integer vector of length(Fx)
.
The vector contains the labels of each assemblages.
The labels are only used to plot the assemblage performances
that share a same assembly motif
with a same symbol and color.
If it is omitted, all points are plotted using a same symbol and color.
The default symbol and color is "red circle"
.
an integer vector of length(Fx)
.
It contains the colours specific to each assembly motif
recorded in assMotif
.
Nothing. It is a procedure.
A given assemblage is always plotted using the same symbol and color.