Skip to content

Materials and lesson plans for course in data processing, wrangling, and visualization for wildlife ecologists, hosted by Dr. Emily Bennitt at University of Botswana's Okavango Research Institute

Notifications You must be signed in to change notification settings

WhitneyH1317/Navigating-the-Wild-in-R-Course

Repository files navigation

title output knit
Navigating the wild in R Course
html_document
css fig_caption number_sections toc toc_float collapsed
html-md-01.css
false
false
false
false
false
(function(input, ...) { rmarkdown::render( input, output_file = 'index.html', envir = globalenv() ) })

Navigating-the-Wild-in-R-Course

Materials and lesson plans for course in data processing, wrangling, and visualization for wildlife ecologists, hosted by Dr. Emily Bennitt at University of Botswana's Okavango Research Institute

Directory Structure

The repository contains the following files and directories:

. 
├── README.md
├── RP016.Rproj
├── code
│   ├── lesson01.Rmd
│   ├── lesson02.Rmd
│   ├── lesson03.Rmd
│   ├── lesson04.Rmd
│   └── fncs
│       ├── lesson01.R
│       └── lesson02.R
├── data
│   ├── lesson01
│   │   ├── datasetname.csv
│   │   └── datasetname.shp
│   ├── lesson02
│   │   ├── datasetname.csv
│   │   └── datasetname.shp
│   └── lesson03
│       ├── gps
│       │   ├── raw_data01
│       │   └── raw_data02
│       └── env
│           ├── roe_raster_clc_population_15.tif
│           └── roe_raster_tcd_population_15.tif
└── results

code-directory

lessons are stored in the code-directory.

file(s)/directories description
lesson01.Rmd description
lesson02.Rmd description
lesson03.Rmd description
lesson04.Rmd description

data-directory

Raw and processed datasets are stored in the data-directory. Datasets are described in more detail in the above scripts.

file(s)/directories description
data/lesson01 data-type; description
data/lesson02 data-type; description
data/lesson03 data-type; description

References

About

Materials and lesson plans for course in data processing, wrangling, and visualization for wildlife ecologists, hosted by Dr. Emily Bennitt at University of Botswana's Okavango Research Institute

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages