Learn R Programming

functClust (version 0.1.6)

read_finputs: Read the file containing initial data of occurrence and performances for a functional clustering

Description

Read the file "filename.inputs.csv" containing the initial data of assemblage occurrence and performances for a functional clustering and saved by using the function fclust_write().

Usage

read_finputs(filename = "", nbElt)

Arguments

filename

a string, used as radical for the 6 file names.

nbElt

an integer, that indicates the number of components.

Value

The initial data of assemblage occurrence and performances for a functional clustering and recorded in the files "filename.inputs.csv".

Details

The results are saved in the file "filename.inputs.csv". If the file does not exist or is corrupted, the function is stopped.

See Also

read_foptions: read the file "filename.options.csv" generated by fclust_write. read_finputs: read the file "filename.inputs.csv" generated by fclust_write. read_ftrees: read the file "filename.trees.csv" generated by fclust_write. read_fmatrices: read the file "filename.matrices.csv" generated by fclust_write. read_fstats: read the file "filename.stats.csv" generated by fclust_write.