Learn R Programming

functClust (version 0.1.6)

plot_motifs_content: Write the assemblages belonging to each assembly motif

Description

Write the assemblages belonging to each assembly motif on several pages.

Usage

plot_motifs_content(fobs, assMotif, assNames,
                    opt.sort = TRUE,
                    sepChar  = ", ",
                    nbline   = 25  )

Arguments

fobs

numeric vector. The vector contains assemblage performances.

assMotif

an integer vector of length(fobs). The vector contains the labels of each assemblages. The labels are used to sorted the assemblages that share a same assembly motif.

assNames

a vector of strings of length(fobs). The vector contains the names of each assemblage.

opt.sort

a logical. If opt.sort = TRUE, the names of assemblages are sorted alphabetically inside each motif.

sepChar

a string. The string is a separator between each element of list of strings.

nbline

an integer. The number of lines to plot.

Value

Nothing. It is a procedure.

Details

None.