| plot_motifs_content | R Documentation |
Write the assemblages belonging to each assembly motif on several pages.
plot_motifs_content(fobs, assMotif, assNames,
opt.sort = TRUE,
sepChar = ", ",
nbline = 25 )
fobs |
numeric vector. The vector contains assemblage performances. |
assMotif |
an integer vector of |
assNames |
a vector of strings of |
opt.sort |
a logical.
If |
sepChar |
a string. The string is a separator between each element of list of strings. |
nbline |
an integer. The number of lines to plot. |
None.
Nothing. It is a procedure.