plot_motifs_content: Write the assemblages belonging to each assembly motif

Description Usage Arguments Details Value

View source: R/plot_fclust.R

Description

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

Usage

1
2
3
4
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.

Details

None.

Value

Nothing. It is a procedure.


functClust documentation built on Dec. 2, 2020, 5:06 p.m.