Skip to content

Commit

Permalink
modified vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhweber committed Jan 26, 2024
1 parent 43774fb commit 1999ef3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions vignettes/Applications.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "Applications"
author: "Marc Weber"
output:
html_document:
theme: flatly
Expand Down Expand Up @@ -31,7 +30,7 @@ knitr::opts_chunk$set(
In this example we access a single variable for the Calapooia River using `sc_get_data` function. We then use the `nhdplusTools` library to grab flowlines and watershed for the Calapooia, plot the selected StreamCat metric for the Calapooia River and show the watershed.
```{r wshd, results='hide'}
library(StreamCatTools)
start_comid = 23763529
start_comid = 23763517
nldi_feature <- list(featureSource = "comid", featureID = start_comid)
flowline_nldi <- nhdplusTools::navigate_nldi(nldi_feature, mode = "UT", data_source = "flowlines", distance=5000)
Expand Down
1 change: 0 additions & 1 deletion vignettes/Introduction.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "Getting Started"
author: "Marc Weber"
output:
html_document:
theme: flatly
Expand Down

0 comments on commit 1999ef3

Please sign in to comment.