-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathalberta-trees-tutorial.Rmd
More file actions
35 lines (27 loc) · 2 KB
/
alberta-trees-tutorial.Rmd
File metadata and controls
35 lines (27 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: "Alberta Trees Tutorial"
description: "Seasonal and annual dynamics of western Canadian boreal forest plant communities: a legacy dataset spanning four decades"
author:
- name: "Zihaohan Sang"
affiliation: University of Alberta
url: zihaohan@ualberta.ca
- name: "Rolando Trejo"
affiliation: Université de Montréal
url: rolando.trejo.perez@umontreal.ca
- name: "Jhoan Chavez"
affiliation: University of Northern British Columbia
url: chavez@unbc.ca
date: 2022-04-07
output:
distill::distill_article:
self_contained: false
---
Welcome to the Alberta trees tutorial. This tutorial was built using rescued data by Amelia Hesketh, Jenna Loesberg, Ellen Bledsoe, Justine Karst, and Ellen Macdonald in 2021 from an Alberta legacy dataset spanning four decades (1980-2015). Dataset is available in [Borealis](https://borealisdata.ca/dataset.xhtml?persistentId=doi:10.5683/SP3/PZCAVE).
The tutorial is divided into two ecological topics. The first topic corresponds to vascular diversity, and the second topic is related to tree rings. More precisely, the Alberta trees tutorial focuses on i) the vascular plant diversity variation along space and environment and ii) the tree ring dynamics over time.
This tutorial was created with the open-source software R using learnr package and deployed using Shiny. The entire code to reproduce the results and graphics provided in this tutorial is available in the Living Data Working Group project through this [GitHub repository](https://github.com/Living-Data-Tutorials/website/tree/main/_lessons/2022-04-07-alberta-trees-tutorial). Other packages used in this tutorial were htmlwidgets,vembedr, tidyverse, readr, ggplot2, multcompView, MuMIn, rpart, rpart.plot, plotly, dplyr, jtools, and interactions.
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
```{r, layout="l-screen-inset"}
htmltools::tags$iframe(src = "https://rtrejo.shinyapps.io/Biodiversity_Alberta/", height = "1200px", width = "100%", `data-external` = "1")
```