plot.skyscapeR.starphases: Plot stellar phase and seasonality

Description Usage Arguments See Also Examples

View source: R/plotting.R

Description

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

Usage

1
2
## S3 method for class 'skyscapeR.starphases'
plot(x, ...)

Arguments

x

Object of skyscapeR.starphases format.

...

Additional arguments to be passed to plot.

See Also

star.phases

Examples

1
2
3
4
5
6
# Plot the seasonality of Aldebaran for 3999 BCE:
## Not run: 
ss <- star.phases('Aldebaran',-4000, c(35,-8, 200))
plot(ss)

## End(Not run)

skyscapeR documentation built on Oct. 30, 2021, 1:06 a.m.