nudge | R Documentation |
Move an object
nudge(object, x, y, ...)
object |
object |
x |
nudge right and left |
y |
nudge up and down |
... |
< |
object of same class as object
ob_circle() |> nudge(x = 2)
# Alternative to nudge:
ob_circle() + ob_point(2, 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.