ob_reuleaux | R Documentation |
Reuleaux polygon
ob_reuleaux(
center = ob_point(0, 0),
n = 5,
radius = 1,
angle = 90,
label = character(0),
vertex_radius = numeric(0),
alpha = numeric(0),
color = "black",
fill = character(0),
linewidth = numeric(0),
linetype = numeric(0),
style = S7::class_missing,
id = character(0),
...
)
center |
|
n |
Number of sides. True Reuleaux polygons have an odd number of sides, but Reauleaux-like shapes with an even number of sides are possible. |
radius |
Distance from center to a vertex |
angle |
angle of text |
label |
A character, angle, or |
vertex_radius |
A numeric or unit vector of length one, specifying the corner radius |
alpha |
numeric value for alpha transparency |
color |
character string for color |
fill |
character string for fill color |
linewidth |
Width of lines |
linetype |
type of lines |
style |
Gets and sets the styles associated with polygons |
id |
character string to identify object |
... |
< |
ob_reuleaux object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.