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

Version

Install

install.packages('TurtleGraphics')

Monthly Downloads

799

Version

1.0-8

License

GPL (>= 3)

Last Published

February 14th, 2018

Functions in TurtleGraphics (1.0-8)

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