print.kinmap: Pretty-print a kinematic map

Description Usage Arguments Author(s) See Also

View source: R/print.kinmap.R

Description

Prints a kinematic map in table format with fixed columns. If the kinematic map is created from binned spectra, the table lists the bins, otherwise pairs (L,M). If the kinematic maps contains errors, they are symmetrized.

Usage

1
2
## S3 method for class 'kinmap'
print(x, ...)

Arguments

x

an object of class kinmap created with fit.cube or bin.cube. A kinmap is a list that contains at least the elements L and M for unbinned maps, or element bin for binned maps.

...

parameters passed to print.data.frame

Author(s)

Oliver Czoske

See Also

print.data.frame


oczoske/slacR documentation built on May 20, 2019, 8:23 p.m.