Skip to content

add '...' argument to SpatVector plot calls - #2

Merged
AMBarbosa merged 1 commit into
masterfrom
AMBarbosa-animate-vect-dots
Jul 30, 2026
Merged

add '...' argument to SpatVector plot calls#2
AMBarbosa merged 1 commit into
masterfrom
AMBarbosa-animate-vect-dots

Conversation

@AMBarbosa

Copy link
Copy Markdown
Owner

...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")
```
@AMBarbosa
AMBarbosa merged commit 2051df7 into master Jul 30, 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.

1 participant