ob_style class
Usage
ob_style(
alpha = class_missing,
angle = class_missing,
arrow_head = class_missing,
arrow_fins = class_missing,
arrow_mid = class_missing,
color = class_missing,
family = class_missing,
fill = class_missing,
fontface = class_missing,
hjust = class_missing,
justify = class_missing,
label.color = class_missing,
label.margin = class_missing,
label.padding = class_missing,
label.r = class_missing,
label.size = class_missing,
arrowhead_length = class_missing,
length_head = class_missing,
length_fins = class_missing,
length_mid = class_missing,
lineend = class_missing,
lineheight = class_missing,
linejoin = class_missing,
linewidth_fins = class_missing,
linewidth_head = class_missing,
linewidth = class_missing,
linetype = class_missing,
n = class_missing,
nudge_x = class_missing,
nudge_y = class_missing,
polar_just = class_missing,
resect = class_missing,
resect_fins = class_missing,
resect_head = class_missing,
shape = class_missing,
size = class_missing,
size.unit = class_missing,
straight = class_missing,
stroke = class_missing,
stroke_color = class_missing,
stroke_width = class_missing,
text.color = class_missing,
vjust = class_missing,
...
)
Arguments
- alpha
numeric value for alpha transparency
- angle
angle of text
- arrow_head
A 2-column matrix of polygon points
- arrow_fins
A 2-column matrix of polygon points
- arrow_mid
A 2-column matrix of polygon points
- color
character string for color
- family
font family
- fill
character string for fill color
- fontface
Can be plain, bold, italic, or bold.italic
- hjust
horizontal justification.
- justify
A numeric(1) between 0 and 1 to control where the arrows should be drawn relative to the path's endpoints. A value of 0 sets the arrow's tips at the path's end, whereas a value of 1 sets the arrow's base at the path's end. From ggarrow.
- label.color
Color of label outline.
- label.margin
Amount of distance around label. Unit vector of length four. Usually created with
ggplot2::margin
.- label.padding
Amount of padding around label. Unit vector of length four. Usually created with
ggplot2::margin
.- label.r
Radius of rounded corners. Defaults to 0.15 lines.
- label.size
Width of label outline.
- arrowhead_length
Determines the size of the arrow ornaments. This parameter becomes the
length
parameter in ggarrow functions. Numeric values set the ornament size relative to the linewidth. A unit value sets the ornament size in an absolute manner.- length_head
Determines the size of the arrow head. Numeric values set the ornament size relative to the linewidth. A unit value sets the ornament size in an absolute manner. From ggarrow.
- length_fins
Determines the size of the arrow fins. Numeric values set the ornament size relative to the linewidth. A unit value sets the ornament size in an absolute manner. From ggarrow.
- length_mid
Determines the size of the middle arrows. Numeric values set the ornament size relative to the linewidth. A unit value sets the ornament size in an absolute manner. From ggarrow.
- lineend
Line end style (round, butt, square).
- lineheight
Height of line of text
- linejoin
Line join style (round, mitre, bevel).
- linewidth_fins
Line width for arrow fins
- linewidth_head
Line width for arrow fins
- linewidth
Width of lines
- linetype
type of lines
- n
Number of points in a polygon, circle, arc, or ellipse
- nudge_x
Horizontal adjustment to nudge labels by.
- nudge_y
Vertical adjustment to nudge labels by.
- polar_just
an angle, polar point, or point that alters hjust and vjust (polar polar_just not stored in style)
- resect
A numeric(1) denoting millimeters or
to shorten the arrow head and fins. - resect_fins
A numeric(1) denoting millimeters or
to shorten the arrow fins - resect_head
A numeric(1) denoting millimeters or
to shorten the arrow head. - shape
Point shape type. Can be specified with an integer (between 0 and 25), a single character (which uses that character as the plotting symbol), a . to draw the smallest rectangle that is visible (i.e., about one pixel), an NA to draw nothing, or a mapping to a discrete variable.
- size
numeric size
- size.unit
How the size aesthetic is interpreted: as points ("pt"), millimeters ("mm"), centimeters ("cm"), inches ("in"), or picas ("pc").
- straight
logical. If TRUE, make bzpath label text straight instead of curved.
- stroke
Width of point border line
- stroke_color
Color of point border line
- stroke_width
Stroke width in arrows
- text.color
Color of label text.
- vjust
vertical justification
- ...
<
dynamic-dots
> unused