Skip to content

add '...' argument to SpatVector plot calls#2118

Merged
rhijmans merged 1 commit into
rspatial:masterfrom
AMBarbosa:patch-53
Jul 9, 2026
Merged

add '...' argument to SpatVector plot calls#2118
rhijmans merged 1 commit into
rspatial:masterfrom
AMBarbosa:patch-53

Conversation

@AMBarbosa

Copy link
Copy Markdown
Contributor

...to enable e.g. these additional arguments:

v <- vect(system.file("ex/lux.shp", package="terra"))
animate(v, pause = 1.5, vars = c("AREA", "POP"), col = hcl.colors(100, "Lisbon"), type = "continuous")

...to enable e.g. these additional arguments:
```
v <- vect(system.file("ex/lux.shp", package="terra"))
animate(v, pause = 1.5, vars = c("AREA", "POP"), col = hcl.colors(100, "Lisbon"), type = "continuous")
```
@rhijmans rhijmans merged commit e7bd212 into rspatial:master Jul 9, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants