dump.summary.mpm {mpm} | R Documentation |
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': dump(x, filename = "")
x |
object of class summary.mpm as produced by the function of the same name |
filename |
path to the output file |
Polar (spherical) coordinates are added if the summary.spm
object
contains 2 (3) dimensions.
the output is returned invisibly
R. Verbeeck, T. Verbeke