R tutorial (Intro to r)
Codes in the tutorial: getwd() setwd(“./Rtutorial”) install.packages() ??ggplot2 Height <- c(1,2,3,4,5) Species <- c(“A”,”B”,”C”, “D”,”E”) dat <- data.frame(Height,Species) dat
Read moreCodes in the tutorial: getwd() setwd(“./Rtutorial”) install.packages() ??ggplot2 Height <- c(1,2,3,4,5) Species <- c(“A”,”B”,”C”, “D”,”E”) dat <- data.frame(Height,Species) dat
Read more