Triangle polygons used in path diagrams.
Usage
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),
...
)Arguments
- center
ob_pointat center- width
length of side
- label
A character, angle, or
ob_labelobject- 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
center@x- y
overrides x-coordinate in
center@y- style
Gets and sets the styles associated with polygons
- id
character string to identify object
- ...
<
dynamic-dots> properties passed to style
Slots
lengthThe number of polygons in the ob_polygon object
tibbleGets a tibble (data.frame) containing parameters and styles used by
ggplot2::geom_polygon.
