Skip to content

Commit

Permalink
Fixes error in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
eliocamp committed Nov 6, 2023
1 parent ca86b3d commit 39a4529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/Visualization-tools.Rmd
Expand Up @@ -115,7 +115,7 @@ Clipping is done after `proj` is applied.
```{r}
argentina <- rnaturalearth::ne_countries(country = "argentina", returnclass = "sf")
ggplot(surface, aes(x, y)) +
geom_contour_fill(aes(z = height), proj = proj_string, clip = arg)
geom_contour_fill(aes(z = height), proj = proj_string, clip = argentina)
```


Expand Down

0 comments on commit 39a4529

Please sign in to comment.