plot.trk | R Documentation |
Plot one evolutionary track or one isochrone extracted from objects of
classes trk
,
hb
, zahb
, iso
.
## S3 method for class 'trk' plot(x, add=FALSE, ...) ## S3 method for class 'hb' plot(x, add=FALSE, ...) ## S3 method for class 'zahb' plot(x, add=FALSE, ...) ## S3 method for class 'iso' plot(x, add=FALSE, ...)
x |
an object of classes |
add |
a logical value indicating whether the plot should be added to an existing device. |
... |
further arguments passed to |
The contents of the vectors x$data$logTe
and x$data$logL
are
plotted by a call to plotAstro
. Sensible values for the
axes major ticks and labels are chosen.
plotAstro
.
## Not run: trk <- getTrk(0.9, 0.002, 0.25, 1.7, 0) ### check return value from CDS if(!is.na(trk)[1]) plot(trk) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.