diff --git a/vignettes/child_docs/_query-flowlines.Rmd b/vignettes/child_docs/_query-flowlines.Rmd index fc38464..1c19b92 100644 --- a/vignettes/child_docs/_query-flowlines.Rmd +++ b/vignettes/child_docs/_query-flowlines.Rmd @@ -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`. diff --git a/vignettes/parent_child.Rmd b/vignettes/parent_child.Rmd index c17603a..3519d21 100644 --- a/vignettes/parent_child.Rmd +++ b/vignettes/parent_child.Rmd @@ -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)