Skip to content

Instantly share code, notes, and snippets.

Cumulative elevation trends

SH3 deep - including all data points (pre & post Wilma)

DCSET_all <- lm(Site_avg~Days, data=subset(SH3, Type=="Deep_CU"))

---
title: "SH3"
author: "L Feher"
date: "June 23, 2017"
output: html_document
---
##Cumulative elevation trends
```{r, include=FALSE}