Skip to content

Commit

Permalink
add links to matrix tutorial
Browse files Browse the repository at this point in the history
and sockeye image with inset
  • Loading branch information
eeholmes committed Feb 2, 2021
1 parent b820471 commit 313ff3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Lab-basic-matrix/basic-matrix-math.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ This chapter reviews the basic matrix math operations that you will need to unde

A script with all the R code in the chapter can be downloaded [here](./Rcode/basic-matrix-math.R).

After reviewing the material, you can check your knowledge via an [online quiz](https://atsa.shinyapps.io/matrix/) (with solutions) or run the quiz from R using the atsalibrary package:
```
learnr::run_tutorial("matrix", package="atsalibrary")
```


## Creating matrices in R {#sec-basicmat-create}
Create a $3 \times 4$ matrix, meaning 3 row and 4 columns, that is all 1s:
Expand Down
2 changes: 1 addition & 1 deletion Lab-fitting-DLMs/DLM.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ https://www.ramlegacy.org/

For this exercise, we will use spawner-recruit data for sockeye salmon (_Oncorhynchus nerka_) from the Kvichak River in SW Alaska that span the years 1952-1989. In addition, we'll examine the potential effects of the Pacific Decadal Oscillation (PDO) during the salmon's first year in the ocean, which is widely believed to be a "bottleneck" to survival.

![](images/BB_sockeye_rivers.png)
![](images/BB_sockeye_rivers_inset.png)

These data are in the **atsalibrary** package on GitHub. If needed, install using the **devtools** package.
```{r dlm-load-atsa, eval=FALSE}
Expand Down
Binary file added images/BB_sockeye_rivers_inset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 313ff3e

Please sign in to comment.