grobToDev: Convert a grob to device calls

Description Usage Arguments Details Author(s)

Description

This function is used to make calls to a device to draw a grob. It is generic so new grob classes can write their own methods.

Usage

1
grobToDev(x, dev)

Arguments

x

A grob.

dev

A graphics device.

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.

The difference between this function and primToDev() is that this one takes care of setting up coordinate systems based on the grid viewports so that SVG output is positioned correctly, then it calls primToDev() to produce the actual SVG elements.

Author(s)

Paul Murrell


sachsmc/gridSVG documentation built on May 29, 2019, 12:44 p.m.