drawPath: Draw a Picture Object

Description Usage Arguments Author(s) See Also

Description

This is a generic function that does the hard work for picture when drawing paths of a "Picture" object as part of the current plot.

Usage

1
drawPath(p, trans, ...)

Arguments

p

A "Picture" object.

trans

A function that takes two arguments, x and y, and can be used to transform the locations on a path into sensible coordinates within the current plot.

...

Other arguments, typically graphical parameters.

Author(s)

Paul Murrell

See Also

picture and grid.picture


grImport documentation built on Nov. 16, 2021, 3 a.m.