View source: R/polygon_onehatch.R
polygon.onehatch | R Documentation |
Create one line for hatch area of one polygon
polygon.onehatch(
x,
y,
x0,
y0,
xd,
yd,
..debug.hatch = FALSE,
fillOddEven = FALSE,
...
)
x , y |
vectors containing the coordinates of the vertices of the polygon. |
x0 |
parameter as issued from |
y0 |
parameter as issued from |
xd |
parameter as issued from |
yd |
parameter as issued from |
..debug.hatch |
for drawing when debugging function |
fillOddEven |
logical controlling the polygon shading mode: see
below for details. Default |
... |
graphical parameters such as |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.