Biodiversity Data Science
Biodiversity Data Science
  • 32
  • 51 907
Download and Explore NEON Data
This tutorial is designed to provide an overview of how to access and use NEON data in R.
Переглядів: 749

Відео

For Loops in R
Переглядів 12 тис.4 роки тому
Following this tutorial you should be able to: practice basic syntax and usage of for loops use for loops to automate function operations understand how to decompose complex problems Data file moved to: github.com/datacarpentry/semester-biology/raw/main/data/locations.zip 0:00 Start 5:35 Loop using indexing 18:27 Looping over files 29:54 Apply function
Iteration Without Loops in R: The apply Family
Переглядів 1,6 тис.4 роки тому
We cover how to use and create vectorized functions use the apply family of functions for iteration integrate custom functions with dplyr for iteration 0:00 Start 2:10 Vectorize 8:41 apply 18:42 dplyr
Conditionals in R
Переглядів 6084 роки тому
In this tutorial we discuss conditionals, trailing digits, and Hadley Wickhams' Style Guide including: basic relational operators if statement to evaluate conditionals if statements with functions
Functions in R
Переглядів 1 тис.4 роки тому
This video demonstrates functions in R and how to: - use, modify, and write custom functions - use the output of one function as the input of another
Spatial Data in R
Переглядів 21 тис.4 роки тому
An overview of Rasters Raster math Plotting spatial images Shapefile import Integrate raster and vector data 0:00 Setup 5:00 Import Raster 8:17 Convert to dataframe 9:06 Map in ggplot 15:10 Vectors 27:00 Extract Raster Values 30:28 Map of Point Data 42:21 Make Your Own Vector Data
Data Visualization with ggplot2
Переглядів 6174 роки тому
The fifth and final video in a series on using R and RStudio. 0:00 Setup & Installation 3:25 Basic ggplot Format 10:47 Boxplot 15:12 Time Series 19:26 Integrating Pipes 23:08 Faceting 32:12 Customization 41:22 Arranging Plots 47:12 Exporting Plots This series is based on the Data Carpentry R for Ecologists tutorial. Michonneau et al. (2020). “datacarpentry/R-ecology-lesson: Data Carpentry: Data...
GGPLOT2: Publication Quality Figures
Переглядів 3,9 тис.4 роки тому
The second of two videos on ggplot2, the popular plotting package in R. The video covers, file formats, resolution, dpi, and dimensions, color palettes, themes, saving and exporting, and combining multiple plots. Themes: ggplot2.tidyverse.org/reference/ggtheme.html Cheatsheets: rstudio.com/wp-content/uploads/2015/03/ggplot2-cheatsheet.pdf Cookbook for R: www.cookbook-r.com/Graphs/ 0:00 Setup 2:...
GGPLOT2: The Basics
Переглядів 3664 роки тому
The first of two videos on the ggplot2 package, the popular plotting package in R. This video covers grouping by continuous and discrete factors, rescaling axes, statistical transformations, and changing values across layers. Different ggplot2 themes: ggplot2.tidyverse.org/reference/ggtheme.html 0:00 Setup 1:49 Download Data 8:30 Groupings 12:14 Rescaling 19:41 Statistical Transformations 23:06...
Working With Data using dplyr
Переглядів 3034 роки тому
This tutorial covers basic and advanced dplyr functions including Working with Tabular Data (in dplyr) dplyr Aggregation Combining Data Manipulations dplyr Joins Advanced Filtering 0:00 Setup 6:32 Basic dplyr functions 12:40 Aggregation 24:22 Pipes 30:19 Multiple filter conditions
dplyr inner_join()
Переглядів 3574 роки тому
In this quick video we cover single and multi-table joins using dplyr's inner_join() function.
Working with Data in R
Переглядів 8134 роки тому
The fourth of a five-part series on using R and RStudio. This series is based on the Data Carpentry R for Ecologists tutorial. Michonneau et al. (2020). “datacarpentry/R-ecology-lesson: Data Carpentry: Data Analysis and Visualization in R for Ecologists, June 2019.” doi: 10.5281/zenodo.3264888, datacarpentry.org/R-ecology-lesson/01-intro-to-r.html 0:00 Start 1:10 Set up 6:16 Selecting Columns &...
Starting with Data in R
Переглядів 3844 роки тому
The third of a five-part series on using R and RStudio. This series is based on the Data Carpentry R for Ecologists tutorial. Michonneau et al. (2020). “datacarpentry/R-ecology-lesson: Data Carpentry: Data Analysis and Visualization in R for Ecologists, June 2019.” doi: 10.5281/zenodo.3264888, datacarpentry.org/R-ecology-lesson/01-intro-to-r.html 0:00 Start 2:24 Download & Import Data 7:14 Insp...
Introduction to R
Переглядів 3474 роки тому
The second of a five-part series on using R and RStudio. This series is based on the Data Carpentry R for Ecologists tutorial. Michonneau et al. (2020). “datacarpentry/R-ecology-lesson: Data Carpentry: Data Analysis and Visualization in R for Ecologists, June 2019.” doi: 10.5281/zenodo.3264888, datacarpentry.org/R-ecology-lesson/01-intro-to-r.html 0:00 Start 11:58 New Script 13:00 Commenting 22...
Getting Started in R & RStudio
Переглядів 2584 роки тому
The first of a four-part series on using R and RStudio. This series is based on the Data Carpentry R for Ecologists tutorial. Michonneau et al. (2020). “datacarpentry/R-ecology-lesson: Data Carpentry: Data Analysis and Visualization in R for Ecologists, June 2019.” doi: 10.5281/zenodo.3264888, datacarpentry.org/R-ecology-lesson/. By the end of the series you will be able to: Describe the purpos...
Getting Started with R Markdown
Переглядів 2804 роки тому
Getting Started with R Markdown
Data Cleaning with OpenRefine
Переглядів 4 тис.4 роки тому
Data Cleaning with OpenRefine
Estimating Population Size Using NEON Small Mammal Data
Переглядів 2204 роки тому
Estimating Population Size Using NEON Small Mammal Data
Data Management with NEON Small Mammals
Переглядів 1454 роки тому
Data Management with NEON Small Mammals
Basic Reproducibility in R
Переглядів 1734 роки тому
Basic Reproducibility in R
Paths & Projects in R
Переглядів 1944 роки тому
Paths & Projects in R
Intro to RStudio (cont.)
Переглядів 1014 роки тому
Intro to RStudio (cont.)
Introduction to RStudio
Переглядів 1574 роки тому
Introduction to RStudio
Accessing NEON data
Переглядів 1454 роки тому
Accessing NEON data
Spreadsheets for Ecologists
Переглядів 5114 роки тому
Spreadsheets for Ecologists
Data Entry
Переглядів 1604 роки тому
Data Entry
Tidy Data
Переглядів 2124 роки тому
Tidy Data
EcoCode Syllabus
Переглядів 1574 роки тому
EcoCode Syllabus
BIOL 691: Data Science for Biologists - Canvas & Syllabus
Переглядів 1094 роки тому
BIOL 691: Data Science for Biologists - Canvas & Syllabus
BIOL 391: Welcome from Your Professor
Переглядів 4844 роки тому
BIOL 391: Welcome from Your Professor