write-methods: write

writeR Documentation

write

Description

Writes MFCL objects to a text file

Usage

write(x, file, append = F, ...)

## S4 method for signature 'MFCLALK'
write(x, file, append = F, ...)

## S4 method for signature 'MFCLFrqStats'
write(x, file, append = F, ...)

## S4 method for signature 'MFCLLenFreq'
write(x, file, append = T, ...)

## S4 method for signature 'MFCLFrq'
write(x, file, append = F, ...)

## S4 method for signature 'MFCLIni'
write(x, file, append = F, ...)

## S4 method for signature 'MFCLPar'
write(x, file, append = F, ...)

## S4 method for signature 'MFCLTag'
write(x, file, append = F, ...)

## S4 method for signature 'MFCLTagProj'
write(x, file, append = F, ...)

Arguments

x

An object of class MFCL eg. MFCLFrq, MFCLPar, etc.

file

The name and path of the file to be written

append

If True append to existing file, If False overwrite any existing file

...

Additional argument list that might not ever be used.

Value

Creates a text file at the specified location.

See Also

read.MFCLFrq and read.MFCLPar

Examples

## Not run: 
write(MFCLFrqStats(), "file.txt")

## End(Not run)

PacificCommunity/ofp-sam-flr4mfcl documentation built on April 8, 2024, 6:47 p.m.