render: Render frames of animation to disk...

Description Usage Arguments Examples

Description

Render frames of animation to disk

Usage

1
2
render(data, tour_path, display, dev, ..., apf=1/10, frames=50,
    rescale=TRUE, sphere=FALSE, start)

Arguments

data

matrix, or data frame containing numeric columns

tour_path

tour path generator

display

takes the display that is suppose to be used, defaults to the xy display

dev

name of output device to use (e.g. png, pdf)

...

other options passed to output device

apf

angle (in radians) per frame

frames

number of frames in output

rescale

if true, rescale all variables to range [0,1]

sphere

if true, sphere all variables

start

starting projection. If NULL, uses path default.

Examples

1
render(flea[, 1:4], grand_tour(), display_xy(), "pdf", "test.pdf")

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

Related to render in tourr...