Turtle Graphics
Evaluate a Larger Portion of Turtle Drawing Code
Get the Turtle's Current Position and Direction
Set the Turtle's Position and Direction
Set Up a New, Shiny Terrarium
Move the Turtle Forward or Backward
Set Display Options
Reset the Turtle's Position and Direction
Show or Hide the Turtle
Read the Turtle's Status
Turn (Rotate) the Turtle
Turn on or off Turtle Trace Drawing
Turtle Graphics in R
An implementation of turtle graphics <http://en.wikipedia.org/wiki/Turtle_graphics>. Turtle graphics comes from Papert's language Logo and has been used to teach concepts of computer programming.
Useful links