This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Script for retrieving NOAA PORTS data to construct animated water surface | |
| # elevation GIF | |
| # | |
| # Developed by John Yagecic, P.E. | |
| # JYagecic@gmail.com | |
| setwd("~/DelawareDashboard/tidalanimationslow") | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # A shiny app for estimating the growth of electrical generation over a 100 year time period | |
| # resulting from a one-time investment with reinvestment of proceeds under uncertainty. | |
| # Programmed by John Yagecic in December 2016 | |
| # JYagecic@gmail.com | |
| library(shiny) | |
| library(ggplot2) | |
| ui<-fluidPage( |