Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 743 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 743 Bytes
layout root title
lesson
../..
Programming with R

R lessons for NESCent Data Carpentry workshop May 8-9, 2014

There are several files and directories in this repository

  • 00-first-timers.Rmd - the R intro including information on data types

  • 01-starting-with-data.Rmd - the lesson we went through with the data

  • data - the data used in the lesson

  • R-plot.pdf - the output file from our plotting to a pdf file

  • distributed - the files that were distributed at the workshop

  • materials - the original materials that the lessons were built on. It also includes more advanced lessons on functions, loops and plotting that we didn't go through

  • ref - R references, including a lesson on reshaped and ggplot (ggplot.pdf)