get.tablepos | R Documentation |
Gets the x and y positions and justification for a legend or table in user units from the string descriptors like "top".
get.tablepos(x)
x |
A valid position descriptor like "top". |
‘get.tablepos’ checks for one of the nine valid position descriptors:
topleft, top, topright, left, center, right, bottomleft, bottom and bottomright.
If none of these descriptors are found, it will return the center position and justification.
A list containing:
x |
x position |
y |
y position |
xjust |
x (horizontal) justification |
yjust |
y (vertical) justification |
Jim Lemon
addtable2plot, legendg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.