120 likes | 310 Views
My R Interface === R Studio. Download R here http://www.rstudio.com/ide/download/ Helpful Manuals for R: R intro manual http://cran.r-project.org/doc/manuals/R-intro.pdf “R Cookbook” by Paul Teetor. GradQuant Sponsored: Graphing in R. Heather Hulton VanTassel 4/23 /2014.
E N D
My R Interface === R Studio Download R here • http://www.rstudio.com/ide/download/ Helpful Manuals for R: • R intro manual • http://cran.r-project.org/doc/manuals/R-intro.pdf • “R Cookbook” by Paul Teetor
GradQuant Sponsored:Graphing in R Heather Hulton VanTassel 4/23/2014
Workshop Outline • Basic plot commands in R • XY, scatterplots • Histograms, bar graphs, pie charts • Conditional Plots • Creating unique features in basic plot commands
Some Assumptions! • Basic knowledge of R
The Basics – A refresher! • R is case sensitive! • Commands are separated either by a semi-colon (‘;’), or by a new line • Comments can be put in text, starting with a hashmark (‘#’) • Use Help functions when you don’t understand a command
Let’s get started • Switch to R!
What would you want covered in Advanced Topics? • Let’s take some time to make sure we are on the same page!