turtle_param: Set Display Options

Description Usage Arguments Details See Also Examples

Description

Sets the display options for the Turtle's trace. It is possible to change its color, line type and line width.

Usage

1
2
3
4
5
6
7

Arguments

col

numeric or character; trace color, see e.g. colors and gpar.

lwd

numeric; trace line width, see gpar.

lty

numeric; trace line type, see gpar.

Details

The Turtle must be initialized prior to using this function, see turtle_init.

See Also

Other TurtleGraphics: TurtleGraphics-package, turtle_do, turtle_getpos, turtle_goto, turtle_init, turtle_move, turtle_reset, turtle_show, turtle_status, turtle_turn, turtle_up

Examples

1
2
3
4
5
6
7
8
9

TurtleGraphics documentation built on May 2, 2019, 1:07 p.m.