Last updated: 2021-12-03

Checks: 2 0

Knit directory: ebird_light_pollution/

This reproducible R Markdown analysis was created with workflowr (version 1.6.2). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version 457d16a. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .DS_Store
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/
    Ignored:    data/.DS_Store

Untracked files:
    Untracked:  data/.here

Unstaged changes:
    Deleted:    data/house_2018_light_occurrence_prediction.csv

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/index.Rmd) and HTML (docs/index.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
Rmd 457d16a markravinet 2021-12-03 edit index
html 1dd63bc markravinet 2021-12-01 Build site.
Rmd 3f90b76 markravinet 2021-12-01 fix index
html 1591e15 markravinet 2021-12-01 Build site.
Rmd f3758c7 markravinet 2021-12-01 update index
html 64fe5f1 markravinet 2021-11-22 Build site.
Rmd 783d263 markravinet 2021-11-22 initial tutorial upload
html 9188d95 markravinet 2021-11-22 Build site.
html 04c3fe3 markravinet 2021-11-22 Build site.
Rmd 795180d markravinet 2021-11-22 Start workflowr project.

Introduction

Welcome to the homepage for the analysis of ebird data in R. The aim of these tutorials is to introduce MSci students to the steps needed to draw occurrence maps, build a presence/absence probability dataset and analyse this alongside light pollution data.

The tutorials are as follows:

  1. Reading data with ebird
  2. Making a simple occurrence plot
  3. Preparing data for a density map
  4. Drawing a density map
  5. Extracting light pollution data
  6. Predicting bird density and light pollution
  7. Statistical analysis of the data

Enjoy!