Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Nov 19, 2024
1 parent 3678c06 commit f77794b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/articles/geometry.html

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

2 changes: 1 addition & 1 deletion docs/articles/polygon_intersection.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ articles:
ncdfgeom: ncdfgeom.html
polygon_intersection: polygon_intersection.html
timeseries: timeseries.html
last_built: 2024-11-19T19:16Z
last_built: 2024-11-19T20:06Z

2 changes: 1 addition & 1 deletion docs/reference/write_attribute_data.html

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

2 changes: 1 addition & 1 deletion docs/reference/write_geometry.html

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

2 changes: 1 addition & 1 deletion vignettes/polygon_intersection.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ In practice, the above can be accomplished with:
new_val = sum( (val * w * area) ) / sum(w * area)))
```

Now let's do the same thing but with `normalize = FALSE`.
Now let's do the same thing but with `normalize = TRUE`.

```{r}
Expand Down

0 comments on commit f77794b

Please sign in to comment.