Learn R Programming

skyscapeR (version 1.0.0)

plot.skyscapeR.starphases: Plot stellar phase and seasonality

Description

This function creates a plot of stellar seasonality and phases/events.

Usage

# S3 method for skyscapeR.starphases
plot(x, ...)

Arguments

x

Object of skyscapeR.starphases format.

...

Additional arguments to be passed to plot.

See Also

star.phases

Examples

Run this code
# NOT RUN {
# Plot the seasonality of Aldebaran for 3999 BCE:
# }
# NOT RUN {
ss <- star.phases('Aldebaran',-4000, c(35,-8, 200))
plot(ss)
# }

Run the code above in your browser using DataLab