staRdom (version 1.0.3)

eempf_openfluor: Write out PARAFAC components to submit to openfluor.org.

Description

openfluor.org offers the possibility to compare your results to others, that were uploaded to the database. This functions writes out a txt containing the header lines and your components. Please open the file in an editor and fill in further information that cannot be covered by this function.

Usage

eempf_openfluor(cp_out, file)

Arguments

cp_out

PARAFAC model

file

string, path to outputfile. The directory must exist, the file will be created or overwritten if already present.

Value

txt file

Examples

Run this code
# NOT RUN {
  data(pfres_comps2)
  eempf_openfluor(pfres_comps2[[2]],file.path(tempdir(),"openfluor_example.txt"))
# }

Run the code above in your browser using DataLab