View source: R/flowers_figures.R
miley | R Documentation |
Define the coordinates for drawing the petals composing a miley
miley(lwd = 3, lty = 1)
s_miley(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 petals composing a miley
Return the coordinates for drawing the petals composing a single miley
s_miley()
: Define the coordinates a single miley
Define the coordinates for drawing the petals composing a single miley, to be used in shape()
# return the default coordinates for drawing a right petal
miley()
# change the line type of the right petal
miley(lty = 3)
# return the default coordinates for drawing the petals composing a single miley
s_miley()
# change the line type of the single miley
s_miley(lty = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.