add_node_shape.Rd
Given a list with the x and y-axis coordinates for the bottom, left, top, and right of the internal text box, draws a specified shape on an existing plot.
add_node_shape(
nd,
shape = "box",
shape.col = "white",
shape.lwd = 2,
shape.border = "black",
shape.lty = 1,
shape.x = NA,
shape.y = NA,
xpd = NA
)
A named list of vectors with the Cartesian coordinates for the bottom, left, top, and right of the internal text box for the node.
The default shape for nodes, either 'box', or 'circle'.
The fill color for the node.
The line wide for the node border.
The mode border color
(NA
will suppress the border).
The line type for the node.
The fixed width for the x-axis.
The fixed height for the y-axis.
A logical value or NA. If FALSE
, all
plotting is clipped to the plot region, if
TRUE
, all plotting is clipped to the figure
region, and if NA, all plotting is clipped to the
device region.