Rdocumentation
powered by
Learn R Programming
TurtleGraphics (version 1.0-8)
Turtle Graphics
Description
An implementation of turtle graphics
. Turtle graphics comes from Papert's language Logo and has been used to teach concepts of computer programming.
Copy Link
Link to current version
Version
Version
1.0-8
1.0-7
1.0-5
1.0-4
1.0-3
Install
install.packages('TurtleGraphics')
Monthly Downloads
799
Version
1.0-8
License
GPL (>= 3)
Maintainer
Barbara ZogalaSiudem
Last Published
February 14th, 2018
Functions in TurtleGraphics (1.0-8)
Search all functions
turtle_do
Evaluate a Larger Portion of Turtle Drawing Code
turtle_init
Set Up a New, Shiny Terrarium
turtle_move
Move the Turtle Forward or Backward
turtle_param
Set Display Options
turtle_reset
Reset the Turtle's Position and Direction
turtle_getpos
Get the Turtle's Current Position and Direction
turtle_goto
Set the Turtle's Position and Direction
turtle_show
Show or Hide the Turtle
turtle_status
Read the Turtle's Status
turtle_turn
Turn (Rotate) the Turtle
turtle_up
Turn on or off Turtle Trace Drawing
TurtleGraphics-package
Turtle Graphics in R