plot_motifs_infos: Plot reference graphs for checking that plot of sorted data...

Description Usage Arguments Details Value

View source: R/plot_fclust.R

Description

Plot two reference graphs for checking that plot of sorted data are right: the non-sorted assembly motifs and assembly motifs sorted by decreasing mean observed performances.

Usage

1
plot_motifs_infos(res, opt.sort = "performance")

Arguments

res

the result of a functional clustering obtained using the function fclust.

opt.sort

a string, that specifies the way for sorting the motifs. It can be "performance" or "name", indicating a sorting by motif performances, or a sorting by motif names.

Details

This function was useful only for setting up the R-code. It is now useful for users to check the resulst, and be sure to the goodness of plotting ... The written values are (form up to bottom): names of assembly motifs, their effectifs, the mean observed performance, the order and the symbols (colour x symbol) systematically associated with each assembly motif in all plots produced by the package functClust.

Value

Nothing. It is a procedure.


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