ggplot2 two
BIOS 611: Introduction to Data Science
Instructor Matt Biggs
Overview of today
BIOS 611
Review
BIOS 611
Objectives
BIOS 611
More Syntax of ggplot
Lines and groups
Annotations
Axis limits
Themes
Legends
BIOS 611
R markdown
Markdown is a simple, plain-text syntax for formatting text and document layouts.
For example (here’s a cheat sheet with many more commands):
*italics*, **bold**, # Header1, ## Header 2, * Bulleted list

[text](hyperlink)
BIOS 611
GitHub markdown
There are lots of versions of Markdown. They’re all similar, with small variations in syntax.
For example here’s a GitHub markdown cheat sheet. This is what you use in a README.md in your Git repositories.
Unordered list:
* Item 1
* Item 2
* Item 2a
* Item 2b
BIOS 611
QUIZ
In-class practice
BIOS 611
Homework due next class
BIOS 611