renderProcessanimater {processanimateR}R Documentation

Renders process animation output

Description

Renders a SVG process animation suitable to be used by processanimaterOutput.

Usage

renderProcessanimater(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

The expression generating a process animation (animate_process).

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.


[Package processanimateR version 1.0.5 Index]