moonsun (version 0.1.3)

plot.apos: Coordinates plots

Description

Plot positions of objects in the sky

Usage

"plot"(x, label = TRUE, grid = TRUE, type = "n", ...)

Arguments

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()

Examples

Run this code
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)))

Run the code above in your browser using DataLab