Skip to content

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

Open
AMBarbosa wants to merge 1 commit into
masterfrom
AMBarbosa-animate-vect-dots
Open

add '...' argument to SpatVector plot calls#2
AMBarbosa wants to merge 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")
```
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