Skip to content

Instantly share code, notes, and snippets.

View Danieldavid521's full-sized avatar
🖥️

DanielDavid521 Danieldavid521

🖥️
View GitHub Profile
#sample_n() is in the dplyr package
#THIS IS R version 3.0.3 to use subplots
library(dplyr)
library(ggmap)
library(ggplot2)
library(reshape2)
library(maps)
library(dplyr)
library(ggsubplot)
@Danieldavid521
Danieldavid521 / example.R
Created February 9, 2019 06:42 — forked from dgrapov/example.R
Example of a shiny app with data upload and different plot options
#initialize
library(shiny)
library(ggplot2)
library(purrr)
library(dplyr)
#example data
data(iris)