WDim | R Documentation |
class WDim
WDim( left = 0, bottom = 0, width = 1, height = 1, nr = 1, nc = 1, text.x = 0, text.y = 0, text.just = c("center", "center"), column.split = NULL, row.split = NULL )
left |
left coordinate |
bottom |
bottom coordinate |
width |
width |
height |
height |
nr |
number of row |
nc |
number of column |
text.x |
x anchor for text |
text.y |
y anchor for text |
text.just |
just for text |
column.split |
a list of WDim objects for column split |
row.split |
a list of WDim objects for row split |
a WDim object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.