Description Usage Arguments Details Value
Plot performances of assembly motifs as boxplots, possibly horizontally or vertically, by decreasing or increasing values.
1 2 3 4 5 6 7 8 | plot_motifs_box(fobs, assMotif, sres,
ordre = NULL,
xylim = range(fobs),
main = "",
xlabel = "",
pvalue = fpvalue(),
opt.mean = "amean",
opt.hor = TRUE)
|
fobs |
numeric vector. The vector contains assemblage performances. |
assMotif |
an integer vector of |
sres |
a table generated by the function |
ordre |
an integer vector of |
xylim |
a vector of two numerics.
The numerics are extrem values of performance |
main |
a string. The string is used as graph title. |
xlabel |
a string. The string is used as label for abscissa (xlab). |
pvalue |
a probability,
used as threshold
in the variance analysis. Then |
opt.mean |
a character equals to |
opt.hor |
a logical.
If |
None.
Nothing. It is a procedure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.