Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
Binary file modified _lessons/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file modified _lessons/2022-04-07-alberta-trees-tutorial/.DS_Store
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
424 changes: 153 additions & 271 deletions _lessons/2022-04-07-alberta-trees-tutorial/Biodiversity_Alberta.Rmd

Large diffs are not rendered by default.

1,160 changes: 834 additions & 326 deletions _lessons/2022-04-07-alberta-trees-tutorial/Biodiversity_Alberta.html

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 0 additions & 12 deletions _lessons/2022-04-07-alberta-trees-tutorial/Biodiversity_models.R

This file was deleted.

11,289 changes: 11,289 additions & 0 deletions _lessons/2022-04-07-alberta-trees-tutorial/Data/Hondo_VascularCover_1980_2015.csv

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
---
title: "Alberta Trees Tutorial"
description: |
A short description of the post.
description: "Seasonal and annual dynamics of western Canadian boreal forest plant communities: a legacy dataset spanning four decades"

author:
- Jhoan Chavez
- Zihaohan Sang
- Rolando Trejo Pérez
- 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)
Expand All @@ -20,3 +30,6 @@ 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")
```



624 changes: 331 additions & 293 deletions _lessons/2022-04-07-alberta-trees-tutorial/alberta-trees-tutorial.html

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading