From 1999ef3edab8bbd20c58a0e650274e7431097a30 Mon Sep 17 00:00:00 2001 From: Weber Date: Fri, 26 Jan 2024 15:04:43 -0800 Subject: [PATCH] modified vignettes --- vignettes/Applications.Rmd | 3 +-- vignettes/Introduction.Rmd | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/vignettes/Applications.Rmd b/vignettes/Applications.Rmd index 3454085..a1f14c8 100644 --- a/vignettes/Applications.Rmd +++ b/vignettes/Applications.Rmd @@ -1,6 +1,5 @@ --- title: "Applications" -author: "Marc Weber" output: html_document: theme: flatly @@ -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) diff --git a/vignettes/Introduction.Rmd b/vignettes/Introduction.Rmd index 6ca8e0c..4396216 100644 --- a/vignettes/Introduction.Rmd +++ b/vignettes/Introduction.Rmd @@ -1,6 +1,5 @@ --- title: "Getting Started" -author: "Marc Weber" output: html_document: theme: flatly