| export.summary.mpm {mpm} | R Documentation |
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).
## S3 method for class 'summary.mpm' export(x, filename="", ...)
x |
object of class |
filename |
prefix used to name the output file following <filename>_xyz.txt |
... |
further arguments; currently none are used |
Polar (spherical) coordinates are added if the summary.spm object
contains 2 (3) dimensions.
the output is returned invisibly
Rudi Verbeeck, Tobias Verbeke