Package: TurtleGraphics 1.0-8
TurtleGraphics: Turtle Graphics
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.
Authors:
TurtleGraphics_1.0-8.tar.gz
TurtleGraphics_1.0-8.zip(r-4.5)TurtleGraphics_1.0-8.zip(r-4.4)TurtleGraphics_1.0-8.zip(r-4.3)
TurtleGraphics_1.0-8.tgz(r-4.4-any)TurtleGraphics_1.0-8.tgz(r-4.3-any)
TurtleGraphics_1.0-8.tar.gz(r-4.5-noble)TurtleGraphics_1.0-8.tar.gz(r-4.4-noble)
TurtleGraphics_1.0-8.tgz(r-4.4-emscripten)TurtleGraphics_1.0-8.tgz(r-4.3-emscripten)
TurtleGraphics.pdf |TurtleGraphics.html✨
TurtleGraphics/json (API)
NEWS
# Install 'TurtleGraphics' in R: |
install.packages('TurtleGraphics', repos = c('https://gagolews.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gagolews/turtlegraphics/issues
Last updated 2 years agofrom:b3f7224915. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:turtle_backwardturtle_colturtle_doturtle_downturtle_forwardturtle_getangleturtle_getposturtle_gototurtle_hideturtle_initturtle_leftturtle_ltyturtle_lwdturtle_moveturtle_paramturtle_resetturtle_rightturtle_setangleturtle_setposturtle_showturtle_statusturtle_turnturtle_up
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Turtle Graphics in R | TurtleGraphics-package |
Evaluate a Larger Portion of Turtle Drawing Code | turtle_do |
Get the Turtle's Current Position and Direction | turtle_getangle turtle_getpos |
Set the Turtle's Position and Direction | turtle_goto turtle_setangle turtle_setpos |
Set Up a New, Shiny Terrarium | turtle_init |
Move the Turtle Forward or Backward | turtle_backward turtle_forward turtle_move |
Set Display Options | turtle_col turtle_lty turtle_lwd turtle_param |
Reset the Turtle's Position and Direction | turtle_reset |
Show or Hide the Turtle | turtle_hide turtle_show |
Read the Turtle's Status | turtle_status |
Turn (Rotate) the Turtle | turtle_left turtle_right turtle_turn |
Turn on or off Turtle Trace Drawing | turtle_down turtle_up |