Skip to contents

draw() is a generic function that renders a drawable or sketch object to the current graphics device using grid. Methods accept optional xlim/ylim arguments giving axis limits; if omitted, limits are computed from the object's points.

Usage

draw(object, ...)

Arguments

object

A drawable or sketch object.

...

Passed to methods, e.g. xlim/ylim.