Description Usage Arguments Value Author(s) Examples
Draw a quadratic Bezier curve or quadratic Bezier spline (multiple quadratic Bezier curves strung together).
1 2 3 |
x, y |
Locations of control points. There should be three,
or five (or four if not |
default.units |
The coordinate system to use if control point locations are just numeric. |
open |
Whether to reuse the first control point as the last control point. If closed, the shape may also be filled. |
stepFn |
A function to generate values of t at which the
curve will be evaluated for drawing. The default is 100 equal-sized
steps from 0 to 1. This function is called for each Bezier curve
within
the Bezier spline, with arguments |
gp |
A grid |
name |
A name for the grob that is generated. |
... |
Arguments passed from |
quadGrob
produces a "quadgrob"
object.
Paul Murrell
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.