mro

April 28, 2016 ยท View on GitHub

Creating Effective Graphs with Microsoft R Open

This repository contains files to accompany Creating effective graphs with Microsoft R Open by Naomi B. Robbins and Joyce Robbins.

To download all files, click "Download ZIP"

To download single pdfs, click the file name and then "Raw".

Webinar

EGMROwide.pptx|April 28, 2016 Webinar slides (check back soon for code files)

pdfs of book + supplemental material

File nameDescription
EffectiveGraphsMRO.pdfEffective Graphs with Microsoft R Open White Paper
ggplot2code.pdfElectronic version of ggplot2 code and graphs (not included in White Paper)
BaseGraphicsCheatsheet.pdfBase graphics cheatsheet for printing

R code and data files

File nameDescription
codefolder that contains all code to produce graphs
datafolder with data files (copies are also available in the appropriate subdirectories of code)
barpercent.Rfunction to create a bar chart with percentages labeled (alternative to pie chart)
dotchartsolid.Rfunction to create Cleveland dot plot with solid (rather than dotted) lines

Draft files folder

File nameDescription
CEGMRO.pdfdraft of White Paper
CEGMRO.RnwR Sweave file to produce CEGMRO.pdf
BaseGraphicsP1.pdf, BaseGraphicsP2.pdffiles needed to knit CEGMRO.Rnw to pdf