Description Usage Arguments Details Examples
Returns a matrix with coordinates and text for plotting texts without collisions.
1 2 3 |
x |
Numeric vector containing x-coordinates of text elements. |
y |
Numeric vector containing x-coordinates of text elements. |
text |
Character vector containing text-elements to be plotted. |
jitter |
Logical value specifying whether to add a small random component after each step. |
cex |
Numeric value specifying the relative font size of the text. Defaults to 1. |
frame |
Numeric value specifying the relative font size of an invisible frame around the text. Defaults to 1.5 |
lock.x |
Logical value specifying whether to skip shifts on the x-axis. Defaults to F. |
lock.y |
Logical value specifying whether to skip shifts on the y-axis. Defaults to F. |
verbose |
Logical value specifying whether to give information on the process after each step. |
cex |
Numeric value specifying the maximum number of steps. Defaults to 100. |
Returns a matrix with coordinates and text for plotting texts without collisions. Iteratively shifts text elements until all collisions are eliminated or the maximum number of repetitions is reached.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.