plot.apos {moonsun} | R Documentation |
Plot positions of objects in the sky
## S3 method for class 'apos': plot(x, label = TRUE, grid = TRUE, type = "n", ...)
x |
an object inherited from class "apos" ("eqc", "ecc" or "hoc") |
label |
should labels be plotted? |
grid |
shoulf grid be plotted? |
type |
type passed to plot(), default "n" (when labels are TRUE) |
... |
additional parameters passed to plot() |
Lukasz Komsta
options(latitude=51,longitude=22) par(mfrow=c(2,2)) data(bright) plot(bright) plot(as.ecc(bright)) plot(as.hoc(bright)) plot(as.lt(rst(bright)))