turtle_up: Turn on or off Turtle Trace Drawing

View source: R/param.R

turtle_upR 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


Rexamine/TurtleGraphics documentation built on Aug. 9, 2022, 9:25 a.m.