-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 796 Bytes
/
Copy pathNAMESPACE
File metadata and controls
35 lines (34 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
export(turtle_backward)
export(turtle_col)
export(turtle_do)
export(turtle_down)
export(turtle_forward)
export(turtle_getangle)
export(turtle_getpos)
export(turtle_goto)
export(turtle_hide)
export(turtle_init)
export(turtle_left)
export(turtle_lty)
export(turtle_lwd)
export(turtle_move)
export(turtle_param)
export(turtle_reset)
export(turtle_right)
export(turtle_setangle)
export(turtle_setpos)
export(turtle_show)
export(turtle_status)
export(turtle_turn)
export(turtle_up)
importFrom(grDevices,col2rgb)
importFrom(grid,gpar)
importFrom(grid,grid.circle)
importFrom(grid,grid.lines)
importFrom(grid,grid.newpage)
importFrom(grid,grid.rect)
importFrom(grid,grid.remove)
importFrom(grid,pushViewport)
importFrom(grid,unit)
importFrom(grid,viewport)