fclust_write: Record a functional clustering for one or several...

Description Usage Arguments Details Value See Also Examples

View source: R/fexport.R

Description

Write the results of a functional clustering in text format in 6 different files.

Usage

1
fclust_write(fres = NULL, filename = "")

Arguments

fres

a list containing predictions of assembly performances and statistics computed by using a species clustering tree. The list is generated by the function validate_ftree, also called by the function fclust.

filename

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

Details

The results are splitted in 5 different files.

Value

Nothing. It is a procedure.

See Also

fclust: make a functional clustering,
fclust_plot: plot the results of a functional clustering,
fclust_write: save the results of a functional clustering,
fclust_read: read the results of a functional clustering.

Examples

1
2
3
4
5
6
# save "res" in the files "myRecord.*".

res <-  CedarCreek.2004.res
filename <- tempfile(pattern = "myRecord", tmpdir = tempdir())

fclust_write(res, filename)

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