plot.apos: Coordinates plots

Description Usage Arguments Author(s) Examples

Description

Plot positions of objects in the sky

Usage

1
2
## S3 method for class 'apos'
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()

Author(s)

Lukasz Komsta

Examples

1
2
3
4
5
6
7
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)))

Example output



moonsun documentation built on May 29, 2017, 12:17 p.m.