Meeting Information: Sprague BASEMENT (take the elevator downstairs), Thursday 2pm - 4pm
This meeting will introduce basic concepts in R that will allow you to load, manipulate, and visualize data. R Packages of focus include those of the well-known Tidyverse, specifically ggplot2.
PRESENTATION (download the file and then open it your web browser)
install.packages(c("tidyverse", "ggplot2", "FactoMineR", "factoextra", "pheatmap", "gplots", "d3heatmap"))
library(tidyverse)
library(ggplot2)