a logical value indicating whether the plot should be added to
an existing device.
col
the colors for lines. Multiple colors can be
specified so that each track can be given its own color. If
there are fewer colors than tracks they are recycled in the
standard fashion.
lty
the line types. Multiple types can be
specified so that each track can be given its own type. If
there are fewer type than tracks they are recycled in the
standard fashion.
xlim
the x limits (x1, x2) of the plot.
The default value, NULL, indicates that the range of the
finite values to be plotted should be used.
For each object X contained in the input of class trkset,
hbset, or
isoset the contents
of the vectors X$data$logTe and X$data$logL are
plotted by a call to plotAstro. Sensible values for the
axes ranges, major ticks and labels are chosen.
# NOT RUN {# }# NOT RUN { trkset <- getTrkSet(c(0.7, 0.9, 1.1), 0.002, 0.25, 1.7, 0)
### check return value from CDSif(!is.na(trkset)[1]) plot(trkset)
# }# NOT RUN {# }