Astronomical Planet Positions with Rise and Set Times and Sun
This is a Shiny app that displays the rising and setting times of the sun and the planet. It can also show the position of the sun and the planet and also shows the sun/planet altitude at planet/sun rise/set. Users can set the latitude, date, time (hour angle) and the planet elongation.
Getting Started
- Clone the repository to your computer.
- Install the required packages by running
install.packages("shiny")
. - Run the app by running
Rscript app.R
.