plot.skyscapeR.starphases {skyscapeR} | R Documentation |
Plot stellar phase and seasonality
Description
This function creates a plot of stellar seasonality and phases/events.
Usage
## S3 method for class 'skyscapeR.starphases'
plot(x, ...)
Arguments
x |
Object of skyscapeR.starphases format. |
... |
Additional arguments to be passed to plot. |
See Also
Examples
# Plot the seasonality of Aldebaran for 3999 BCE:
## Not run:
ss <- star.phases('Aldebaran',-4000, c(35,-8, 200))
plot(ss)
## End(Not run)
[Package skyscapeR version 1.0.0 Index]