R Markdown is a powerful method for creating reports that combine formatted text with R code. This can help you with accountability, data analysis reproducibility, for making tutorials (like this one), and also for learning R! In part one of this two-part series, you'll learn how to create basic R Markdown documents with all the essential content.
The first step to learning R is to have it downloaded on your computer! In this blog post, I introduce R and RStudio and show you how to download and install them.
As scientists analyzing their data, we often have data or results in R that we want to export to a word processor for the reports or publications that we’re writing. In this tutorial I show you how to do just that!
Here I present a video tutorial and walkthrough (and code) that I created to go over my cheatsheet on the 80% most important functions in R (for ecology)
Scatterplots are one of the most common types of data visualizations you will encounter as a biologist. Here I go over how to make quality scatterplots that are ready for publication.