Skip to content

Commit

Permalink
Merge pull request #407 from DOI-USGS/pkgdown
Browse files Browse the repository at this point in the history
Pkgdown
  • Loading branch information
dblodgett-usgs authored Aug 1, 2024
2 parents ccdd3ef + b93b34e commit e2eae62
Show file tree
Hide file tree
Showing 133 changed files with 1,022 additions and 1,045 deletions.
3 changes: 3 additions & 0 deletions R/plot_nhdplus.R
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ plot_nhdplus <- function(outlets = NULL, bbox = NULL, streamorder = NULL,
cachedir = cache_tiles,
verbose = FALSE, provider = basemap)

old_par <- par(mar = c(0, 0, 0, 0))
on.exit(par(old_par))

mapsf::mf_map(bb, type = "base", col = NA, border = NA)

maptiles::plot_tiles(tiles, add = TRUE)
Expand Down
6 changes: 3 additions & 3 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/DISCLAIMER.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e2eae62

Please sign in to comment.