write_COSEROreg_par: Write a COSEROReg Parameterfile

View source: R/write_COSEROreg_par.r

write_COSEROreg_parR Documentation

Write a COSEROReg Parameterfile

Description

write a COSEROReg Parameterfile

Usage

write_COSEROreg_par(x, file = "Parameter_COSERO.par")

Arguments

x

output from read_COSERO_par

file

character string. Filename of the output file. If NULL the output will be returned to R.

Details

Intended use of this function is the translation of old parameter files of COSERO into new ones used by COSEROreg

Author(s)

Simon Frey

See Also

read_COSERO_par for reading old COSERO parameter files

write_COSERO_par for writing old COSERO parameter files

Examples

    ## Do not run
    
    # Return matrix to R
    mat <- write_CoSEROreg_par(x=output_from_read_COSERO_par, file = NULL)
    
    # Write file on disk
    write_CoSEROreg_par(x=output_from_read_COSERO_par, file = "Path_to_file")
    

freysimon/TigR documentation built on April 20, 2024, 9:28 p.m.