| plot_motifs_histo | R Documentation |
Plot the histogram of performances of all assemblage, and the density curves of performances sorted by assembly motif
plot_motifs_histo(fobs, assMotif,
nbar = 0,
main = "",
opt.mean = "amean")
fobs |
numeric vector. The vector contains observed assemblage performances. |
assMotif |
an integer vector of |
nbar |
an integer. It is the number of wished bars of histogram. |
main |
a string. The string is used as graph title. |
opt.mean |
a character equals to |
A colour is assigned to each assembl motif. The density curve of each assembly motif and its mean are plotted. The location of each observation is reported on the graph bottom.
Nothing. It is a procedure.