Style as animated points

style_walk(
  data = unfold_meander(),
  wake_length = 0.1,
  palette = palette_scico(palette = "berlin"),
  background = "black",
  ...
)

Arguments

data

tibble specifying the time series

wake_length

length of the tail

palette

function generating palette values

background

colour of the background

...

other arguments to pass to shadow_wake

The style_walk() function generates an animation as an output. The input data takes the form of a tibble with variables x and y specifying co-ordinate values, a id variable identifying each point and a time variable specifying the time

Value

The output is a gganim object