export.summary.mpm: Export the summary output for an mpm object to a text file...

Description Usage Arguments Details Value Author(s) See Also

Description

Export the summary output for an mpm object to a text file Output the mpm summary to a tab-demimited file for processing by other programs (Excel, Spotfire...) If the filename is empty, return the data instead of writing to file (useful for web services).

Usage

1
2
## S3 method for class 'summary.mpm'
export(x, filename="", ...)

Arguments

x

object of class summary.mpm as produced by the function of the same name

filename

prefix used to name the output file following <filename>_xyz.txt

...

further arguments; currently none are used

Details

Polar (spherical) coordinates are added if the summary.spm object contains 2 (3) dimensions.

Value

the output is returned invisibly

Author(s)

Rudi Verbeeck, Tobias Verbeke

See Also

summary.mpm


mpm documentation built on May 2, 2019, 6:09 p.m.

Related to export.summary.mpm in mpm...