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