print.trk: Print stellar track objects

View source: R/print.R

print.trkR Documentation

Print stellar track objects

Description

Format and print the contents of the objects of classes trk, hb, zahb, iso.

Usage

## S3 method for class 'trk'
print(x, ...)
## S3 method for class 'hb'
print(x, ...)
## S3 method for class 'zahb'
print(x, ...)
## S3 method for class '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)).

Examples


  ## Not run: 
  trk <- getTrk(0.9, 0.002, 0.25, 1.7, 0)
  trk
  
## End(Not run)

stellaR documentation built on April 11, 2022, 5:09 p.m.