Skip to content

Commit

Permalink
Missed some edits
Browse files Browse the repository at this point in the history
  • Loading branch information
mblue9 committed Oct 3, 2019
1 parent 7d13849 commit 28c6666
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion intro_r_biologists.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ dev.off()

# Key Points
- Tabular data can be loaded into R with the tidyverse functions `read_csv()` and `read_tsv()`
- Tidyverse functions such as `full_join()`, `gather()`, `mutate()`, `filter()` can be used to manipulate data
- Tidyverse functions such as `gather()`, `mutate()`, `filter()`, `select()`, `full_join()` can be used to manipulate data
- A ggplot has 3 components: data (dataset), mapping (columns to plot) and geom (type of plot). Different types of plots include `geom_point()`, `geom_jitter()`, `geom_line()`, `geom_boxplot()`, `geom_violin()`.
- `facet_wrap()` can be used to make subplots of the data
- The aesthetics of a ggplot can be modified, such as colouring by different columns in the dataset, adding labels or changing the background
Expand Down
Loading

0 comments on commit 28c6666

Please sign in to comment.