| turtle_status {TurtleGraphics} | R Documentation |
Read the Turtle's Status
Description
This function gives information about the current Turtle's position, direction, and on display options.
Usage
turtle_status()
Details
The Turtle must be initialized prior to using
this function, see turtle_init.
Value
Returns a list with three elements.
See Also
Other TurtleGraphics: TurtleGraphics-package,
turtle_do, turtle_getpos,
turtle_goto, turtle_init,
turtle_move, turtle_param,
turtle_reset, turtle_show,
turtle_turn, turtle_up
[Package TurtleGraphics version 1.0-8 Index]