Description Usage Arguments Value Note Examples
Converts text postion from clock digits to c(x, y, direction) vector, or vice versa.
1 2 3 |
pos |
1-12, clock digits. |
x |
String, 'left', 'right' or 'center' |
y |
String, 'top', 'middle' or 'vertical' |
orient |
String, 'horizontal' or 'vertical' |
A vector of x-alignment, y-alignment and direction.
A clock digit number
# Postion of Clock Numbers 1-12
10(l, t, v) | 11(l, t, h) | 12(c, t, h) | 1(r, t, h) | 2(r, t, v) |
9(l, c, v) | 3(r, c, v) | |||
8(l, b, v) | 7(l, b, h) | 6(c, b, h) | 5(r, b, h) | 4(r, b, v) |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.