garnish: Convert animation specifications to SVG elements.

View source: R/attrib.R

garnishR Documentation

Convert animation specifications to SVG elements.

Description

This function is used to generate a list of SVG attributes based on information on a grob. It is generic so new grob classes can write their own methods.

Usage

garnish(x, ...)

Arguments

x

A grob.

...

For future use.

Details

This function is not called directly by the user. It is exposed so that new grob classes can easily write their own methods which call existing methods for standard grobs.

Author(s)

Paul Murrell


gridSVG documentation built on March 31, 2023, 3:09 p.m.

Related to garnish in gridSVG...