View source: R/flowers_figures.R
lily | R Documentation |
Define the coordinates for drawing the circle arches composing a lily
lily(lwd = 3, lty = 1)
s_lily(lwd = 3, lty = 1)
lwd |
integer, define the line width of the figure. Default is 3 |
lty |
integer, define the line type of the figure, default is 1 (solid line) |
Return the coordinates for drawing the circle arches composing a lily
Return the coordinates for drawing the circle arches composing a single lily, to be used in shape()
s_lily()
: Define the coordinates a single lily
Define the coordinates for drawing the circle arches composing a single lily, to be used in shape()
# return the default coordinates drawing the circle arches composing a lily
lily()
# change the line type of the lily
lily(lty = 3)
# return the default coordinates for drawing a single lily
s_lily()
# change the line type of the single lily
s_lily(lty = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.