Skip to content

Commit

Permalink
minor wording edits in the parent-child vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSee committed Nov 22, 2024
1 parent 0a90a1c commit 5ef28f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/child_docs/_query-flowlines.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `queryFlowlines()` function returns a list consisting of:
* `flowlines`: the flowlines upstream of the `root_site_code` (and possibly the downstream ones as well)
* `basin`: the polygon containing the upstream flowlines

The default option (`combine_up_down = TRUE`) like to combine the flowlines upstream and downstream of the root site. If the user sets `combine_up_down == FALSE`, the function will return a third element in the list called:
The default option (`combine_up_down = TRUE`) like to combine the flowlines upstream and downstream of the root site. If the user sets `combine_up_down = FALSE`, the function will return a third element in the list called:

* `dwn_flowlines`: the flowlines downstream of the `root_site_code`.

Expand Down
2 changes: 1 addition & 1 deletion vignettes/parent_child.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ cth_df <- readCTH(cth_file)

### Mapping Sites

To visualize the sites and stream, the user can make a plot, such as the one in Figure \@ref(fig:fig-basin-map)
To visualize the sites and stream, the user can make a plot, such as the one in the figure below.

```{r fig-basin-map}
library(ggplot2)
Expand Down

0 comments on commit 5ef28f1

Please sign in to comment.