-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
42 lines (33 loc) · 2.65 KB
/
README.Rmd
File metadata and controls
42 lines (33 loc) · 2.65 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
33
34
35
36
37
38
39
40
41
42
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# dbcaDHW <img src="man/figures/dbcaDHWlogo2011.png" align="right" style="padding-left:10px;background-color:white;" />
<!-- badges: start -->
[](https://www.repostatus.org/#unsupported)
[](https://www.tidyverse.org/lifecycle/#stable)
[](https://github.com/dbca-wa/dbcaDHW/issues/)
[](https://github.com/dbca-wa/dbcaDHW/commits/master)
[](https://ci.appveyor.com/project/dbca-wa/dbcaDHW)
[](https://github.com/dbca-wa/dbcaDHW/)
[](https://zenodo.org/badge/latestdoi/276774721)
<!-- badges: end -->
The goal of `dbcaDHW` is to provide tools to prepare downloaded nc format sea surface temperature (SST) data for further analysis. `dbcaDHW` has been specifically designed to work with data downloaded from NOAA's Coral Reef Watch [website](https://coralreefwatch.noaa.gov/product/5km/). The package provides additional vignettes that demonstrate how to create useful SST metrics including degree heating weeks.
The functions and workflow presented created the various SST metrics that were used in the Global Change Biology journal [paper](https://onlinelibrary.wiley.com/doi/abs/10.1111/gcb.15065), *"Too hot to handle: Unprecedented seagrass death driven by marine heatwave in a World Heritage Area"*. Please see the paper for details on how the metrics were used to model the spatial variation in loss of seagrass in Shark Bay.
## Installation
You can install the development version from [GitHub](https://github.com/dbca-wa) with:
``` r
# install.packages("devtools")
devtools::install_github("dbca-wa/dbcaDHW")
library(dbcaDHW)
```
## Help Files
All functions within `dbcaDHW` have the usual R help files, however the best place to see these and the vignettes is the [dbcaDHW website](https://dbca-wa.github.io/dbcaDHW/index.html)