dump.summary.mpm {mpm}R Documentation

Dump the summary output for an mpm object to a text file

Description

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

  ## S3 method for class 'summary.mpm':
  dump(x, filename = "")

Arguments

x object of class summary.mpm as produced by the function of the same name
filename path to the output file

Details

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

Value

the output is returned invisibly

Author(s)

R. Verbeeck, T. Verbeke

See Also

summary.mpm


[Package mpm version 1.0-12 Index]