Skip to content

Instantly share code, notes, and snippets.

View JohnYagecic's full-sized avatar

John Yagecic JohnYagecic

  • DRBC and some of my own work
  • Bensalem, PA
View GitHub Profile
# 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")
@JohnYagecic
JohnYagecic / app.R
Created December 4, 2016 19:14
SolarMC
# 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(