Description Usage Arguments Details Value References Examples
Different plots are built according to the tested variable.
1 2 3 4 5 | ftest_plot(fres, rtest,
main = "Title",
opt.var = c("components", "assemblages", "performances"),
opt.crit = "Jaccard",
opt.comp = NULL, opt.ass = NULL, opt.perf = NULL)
|
fres |
an object resulting from a functional clustering
obtained with the whole dataset using the function |
rtest |
a list of matrices,
each containing the results for a clustering index.
|
main |
a string, that is used as the first, reference part of the title of each graph. |
opt.var |
a string, that indicates the variable to test.
The option can be |
opt.crit |
a list of strings,
indicating the clustering indices to plot.
The indices can be:
"Czekanowski_Dice", "Folkes_Mallows", "Jaccard", "Kulczynski",
"Precision", "Rand", "Recall", "Rogers_Tanimoto", "Russel_Rao",
"Sokal_Sneath1" or "Sokal_Sneath2".
For more informations, see the notice of R-package |
opt.comp |
a list, that can include
|
opt.ass |
a list, that can include
|
opt.perf |
a list, that can include
a list, that can include
|
The trees obtained by leaving out each element
are compared to the reference tree obtained
with all element of the variables
using different criteria of clustering:
"Czekanowski_Dice", "Folkes_Mallows", "Jaccard", "Kulczynski",
"Precision", "Rand", "Recall", "Rogers_Tanimoto", "Russel_Rao",
"Sokal_Sneath1" and "Sokal_Sneath2" index.
For more informations, see the notice of R-package clusterCrit
.
Nothing. It is a procedure.
Package "clusterCrit": Clustering Indices, by Bernard Desgraupes (University of Paris Ouest - Lab Modal'X)
1 2 3 4 5 6 7 8 9 10 11 | # Plot the hierachical tree of components
layout(matrix(c(1,2,3,4), nrow = 2, ncol = 2, byrow = TRUE))
fclust_plot(fres = CedarCreek.2004.2006.res, main = "BioDIV2",
opt.tree = "prd")
# Plot the significance of each component within each components cluster
ftest_plot(fres = CedarCreek.2004.2006.res,
rtest = CedarCreek.2004.2006.test.components,
main = "BioDIV2",
opt.var = c("components"), opt.crit = "Jaccard")
layout(1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.