read_ftrees: Read the file containing the trees resulting from a...

Description Usage Arguments Details Value See Also

View source: R/fclust.R

Description

Read the file "filename.trees.csv" containing the trees I and II resulting from a functional clustering and saved by using the function fclust_write().

Usage

1
read_ftrees(filename = "", nbElt)

Arguments

filename

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

nbElt

an integer, that indicates the number of components.

Details

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

Value

The trees I and II resulting from a functional clustering and recorded in the files "filename.trees.csv".

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.


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