Produces a timeline (arc) diagram showing the trajectory of each prop across beats. Each arc represents a throw, coloured by prop. The x-axis labels show the throw heights from the siteswap sequence.
Arguments
- siteswap
Any siteswap object: a
vanillaSiteswap,synchronousSiteswap,multiplexSiteswap,synchronousMultiplexSiteswap, orpassingSiteswap.- n_cycles
Number of complete cycles to simulate (default 3). A warning is issued if not all props appear within the simulated range.
- title
Logical. If
TRUE(default), adds a title showing the siteswap sequence. Set toFALSEto suppress; override withggplot2::labs()on the returned plot.- subtitle
Logical. If
TRUE(default), adds a subtitle showing the siteswap type and number of props. Set toFALSEto suppress; override withggplot2::labs()on the returned plot.- ...
Additional arguments passed to methods.
Examples
s <- vanillaSiteswap("531")
timeline(s)
