The Turtle must be initialized prior to using
these functions, see turtle_init
.
These functions make use of the Turtle's display options specified by
the turtle_param
function
(or if not, use the default options set by turtle_init
).
Note that if turtle_up
or turtle_down
was called, the Turtle's trace will be or not be drawn, respectively.
If you are willing to call these functions in an R loop,
you may want to hide the Turtle temporarily (see turtle_hide
and turtle_do
)
before making actual moves. This will increase the drawing performance
significantly.