print.trk | R Documentation |
Format and print the contents of the objects of classes trk
,
hb
, zahb
, iso
.
## 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, ...)
x |
An object of classes |
... |
further arguments passed to low level print functions. |
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)).
## Not run: trk <- getTrk(0.9, 0.002, 0.25, 1.7, 0) trk ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.