turtle_up {TurtleGraphics} | R Documentation |
Turn on or off Turtle Trace Drawing
Description
When the Turtle moves, it may or may not leave a visible trace. These functions control such a behavior.
Usage
turtle_up()
turtle_down()
Details
The Turtle must be initialized prior to using
this function, see turtle_init
.
See Also
Other TurtleGraphics: TurtleGraphics-package
,
turtle_do
, turtle_getpos
,
turtle_goto
, turtle_init
,
turtle_move
, turtle_param
,
turtle_reset
, turtle_show
,
turtle_status
, turtle_turn
[Package TurtleGraphics version 1.0-8 Index]