plot.apos {moonsun}R Documentation

Coordinates plots

Description

Plot positions of objects in the sky

Usage

## 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

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

[Package moonsun version 0.1 Index]