-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
53 lines (37 loc) · 1.87 KB
/
README.Rmd
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
43
44
45
46
47
48
49
50
51
---
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%"
)
```
# sedgwickenv
<!-- badges: start -->
<!-- badges: end -->
![Sedgwick Image](man/figures/IMG_1612.JPG)
__A view from the serpentine habitats at Sedgwick__
## Overview:
This is an R data package with environmental characteristics of 24 study sites located across the [University of California Sedgwick Reserve](https://sedgwick.nrs.ucsb.edu/) in Santa Barbara County, California. Data were collected by Nathan Kraft, Gaurav Kandlikar, Andrew Kleinhesselink and the [Kraft Lab at UCLA](https://sites.lifesci.ucla.edu/eeb-kraft/).
![Map of 24 Sites](man/figures/README-sedgwick_map.png)
__Sedgwick Map:__ A) Map of all 24 sites across the reserve--only the lower sites are labeled. Sites labeled 740 to 763. B) Inset showing locations of upper sites.
<!--sites mapped with the data-raw/map_sedgwick_ggmap.R script -->
## Installation
You can install this package from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("akleinhesselink/sedgwickenv")
```
## Usage
`library(sedgwickenv)` will load the following datasets:
* __sedgwick_env__: dataframe with average environmental conditions at all 24 sites
* __sedgwick_ibutton__: daily Tmax, Tmin and Tavg spring temperatures at 24 sites
* __sedgwick_soil_moisture__: spring soil moisture recorded at each of the 24 sites
* __sedgwick_boundary__: SpatialPolygon file showing boundaries of Sedgwick for maps
* __sedgwick_DEM__: raster showing elevation across Sedgwick at roughly 10 m resolution
* __sedgwick_soil_depth__: soil depth recorded at each plot at each site
* __sedgwick_veg_height__: vegetation height recorded at each plot at each site