translate {RRNA} | R Documentation |
internal function to translate points
translate(x1, y1, x2, y2)
x1 |
x coordinates being translated |
y1 |
y coordinates being translated |
x2 |
dx for translation |
y2 |
dy for translation |
set of points
JP Bida
## Internal Function ##