Format and print the contents of the objects of classes trk,
hb, zahb, iso.
Usage
# S3 method for trk
print(x, ...)
# S3 method for hb
print(x, ...)
# S3 method for zahb
print(x, ...)
# S3 method for iso
print(x, ...)
Arguments
x
An object of classes trk,
hb, zahb, or iso.
...
further arguments passed to low level print functions.
Details
The contents of the variables mass (or age), z, y,
ml, alpha.enh (and massRGB if appliable)
from classes trk,
hb, zahb, or iso
are fomatted and printed. The function returns its argument invisibly (via invisible(x)).