Learn R Programming

functClust (version 0.1.6)

plot_components_content: Write the components belonging to each functional group

Description

Write the components belonging to each functional group, on several pages if need.

Usage

plot_components_content(mOccur,
                        ordre   = NULL,
                        sepChar = ", ",
                        nbline  = 25 )

Arguments

mOccur

a matrix of occurrence of components within the assemblages. dim(mOccur)[1] = length(fobs). dim(mOccur)[2] equals to the total number of components.

ordre

a logical.

sepChar

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

nbline

an integer, that corresponds to a number of lines to plot by page.

Value

Nothing. It is a procedure.

Details

None.