ob_intercept | R Documentation |
Triangle polygons used in path diagrams.
ob_intercept(
center = ob_point(0, 0),
width = 1,
label = character(0),
top = S7::class_missing,
left = S7::class_missing,
right = S7::class_missing,
vertex_radius = numeric(0),
alpha = numeric(0),
color = character(0),
fill = character(0),
linewidth = numeric(0),
linetype = numeric(0),
x = numeric(0),
y = numeric(0),
style = S7::class_missing,
id = character(0),
...
)
center |
|
width |
length of side |
label |
A character, angle, or |
top |
Top vertex of triangle |
left |
Left vertex of triangle |
right |
Right vertex of triangle |
vertex_radius |
A numeric or unit vector of length one, specifying the vertex 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 |
x |
overrides x-coordinate in |
y |
overrides x-coordinate in |
style |
Gets and sets the styles associated with polygons |
id |
character string to identify object |
... |
< |
ob_polygon object
length
The number of polygons in the ob_polygon object
tibble
Gets a tibble (data.frame) containing parameters and styles used by ggplot2::geom_polygon
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.