Home
About
Courses
The Basics of R
Intro to Data Vizualization
Blog
Course Login
Latest Posts
Be sure to also check out
R-Bloggers
for other great R blogs and resources.
Top five(ish) sources of ecological data
In this post, I show you how to navigate some common ecological data portals and discuss when you might want to use one or another for accessing data that you can use for practice or your next research project.
Selina Cheng
Mar 23, 2023
19 min read
R
How to make a scatterplot in R
This blog post I teach you the basics of creating and customizing scatterplots in R
Luka Negoita
Nov 14, 2022
6 min read
R
Free workshop on how to learn R
Learn about the four challenges when learning R and the key strategies for how to overcome those challenges so that nothing can stop you from mastering R
Luka Negoita
Last updated on May 12, 2022
2 min read
R
The basics of prototyping and exporting your plots in R
In this tutorial, I go over the basics of how to prototype, save, and export your plots from R.
Luka Negoita
May 5, 2022
7 min read
R
How to reshape your data in R for analysis
In this blog post, I show you how to reshape data (i.e. how to use pivot tables) so that the data are in the correct form for data analysis in R.
Selina Cheng
Apr 28, 2022
13 min read
R
How to create your own functions in R
In this tutorial, I’m going to explain how to create your own functions and provide a few examples.
Selina Cheng
Apr 21, 2022
7 min read
R
A *simple* introduction to ggplot2 (for plotting your data!)
In this blog post, we deconstruct the anatomy of how to use ‘ggplot2’— a package that makes it intuitive to create consistently nice-looking figures in R.
Luka Negoita
Apr 14, 2022
5 min read
R
How to make a boxplot in R
In this tutorial I show you everything you need to know about boxplots and how to make them look nice using the built-in functions in R
Luka Negoita
Apr 6, 2022
7 min read
R
Search through your ecological data with the 'grep()' function
Here I describe the functions called
grep()
,
grepl()
, and
sub()
, which allow you to find strings in your data that match particular patterns.
Selina Cheng
Mar 29, 2022
10 min read
R
Learning about data structures in R
In this tutorial, we’re introduce the structures that R provides to help you organize your data.
Selina Cheng
Mar 23, 2022
24 min read
R
»
Cite
×