Skip to content

Commit

Permalink
fix new line error in Shoreline Contamination
Browse files Browse the repository at this point in the history
Co-authored-by: Caitlin Mothes <[email protected]>
  • Loading branch information
steeleb and ccmothes committed May 30, 2024
1 parent 1ddcfc3 commit 04b552b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions modeling/07_Shoreline_Contamination.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ ggplot() +
theme_minimal()
```

As expected, this has pretty good coverage, especially since there are `r
nrow(sc)` labels.
As expected, this has pretty good coverage, especially since there are `r nrow(sc)`
labels.

Let's buffer these points by 60m and snip the polygon to account for these
areas of contamination.
Expand Down
18 changes: 9 additions & 9 deletions modeling/07_Shoreline_Contamination.html

Large diffs are not rendered by default.

0 comments on commit 04b552b

Please sign in to comment.