Braces | R Documentation |
This function is not yet very flexible.
Braces(x, y, face.radians = 0, long = 1, short = 0.2, ...)
x |
x-coordinate of the center of the braces. |
y |
y-coordinate of the center of the braces. |
face.radians |
Radians of where the braces should face. For example,
the default with |
long |
The units for the long dimension of the braces. |
short |
The units for the short dimension of the braces. This must be less than or equal to half of the long dimension. |
... |
Arguments passed to |
David Diez
dlsegments
plot(0:1, 0:1, type = "n")
Braces(0.5, 0.5, face.radians = 3 * pi / 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.