Learn R Programming

functClust (version 0.1.6)

fboot_read_one_point: Read a test of significance of functional clustering

Description

Read a file of results obtained by a test of significance of functional clustering.

Usage

fboot_read_one_point(filename)

Arguments

filename

a string, used as radical for naming the file "filename.components.csv", "filemane.assemblages.csv" or "filemane.performances.csv" according to the dimensions of matrices.

Value

a list of matrices each containing the results for a clustering index. The list is identical to this resulting from the functions fboot_assemblages, fboot_performances or fboot_one_point.

Details

The functions fboot_assemblages, ftest_performances and fboot_one_point generate a list containing a matrix by clustering index ("Czekanowski_Dice", "Folkes_Mallows", "Jaccard", "Kulczynski", "Precision", "Rand", "Recall", "Rogers_Tanimoto", "Russel_Rao", "Sokal_Sneath1" and "Sokal_Sneath2" index). Only their dimensions change according the used functions. Consequently, a same function is used for recording and reading the results of both the test-functions.