display_stars: Star glyph tour path animation.

Description Usage Arguments Details See Also Examples

Description

Star glyph tour path animation.

Usage

1

Arguments

...

other arguments passed on to stars

Details

Animate a nD tour path with star glyphs.

Currently, scaling doesn't seem to be computed absolutely correctly, as centres move around as well as outside points.

See Also

animate for options that apply to all animations

Examples

1
2
3
4
5
animate_stars(flea[1:10, 1:6])
animate_stars(flea[1:10, 1:6], grand_tour(5))
animate_stars(flea[, 1:6], grand_tour(5))
animate_stars(flea[1:10, 1:6], grand_tour(5), 
col.stars = rep("grey50", 10), radius = FALSE)

tourr documentation built on May 2, 2019, 5:28 p.m.

Related to display_stars in tourr...