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.
Arguments
- object
A drawable or sketch object.
- ...
Passed to methods, e.g. xlim/ylim.