This function is not yet very flexible.
Braces(x, y, face.radians = 0, long = 1, short = 0.2, ...)
x-coordinate of the center of the braces.
y-coordinate of the center of the braces.
Radians of where the braces should face. For example,
the default with face.radians = 0
has the braces facing right.
Setting to pi / 2
would result in the braces facing up.
The units for the long dimension of the braces.
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 lines
.
David Diez
dlsegments
plot(0:1, 0:1, type = "n")
Braces(0.5, 0.5, face.radians = 3 * pi / 2)
Run the code above in your browser using DataLab