-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (97 loc) · 5.33 KB
/
Copy pathindex.html
File metadata and controls
107 lines (97 loc) · 5.33 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html>
<head>
<title>Tutorials</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Author" content="Ce Gao" />
<meta name="Publisher" content="Processing" />
<meta name="Keywords" content="Processing, Processing, Interactive Media, Electronic Arts, Programming, gaocegege, R Language" />
<meta name="Description" content="R Language Mode for Processing extends the Processing Development Environment with the R Language." />
<script src="/javascript/modernizr-2.6.2.touch.js" type="text/javascript"></script>
<link href="/css/style.css" rel="stylesheet" type="text/css" />
</head>
<body id="Langauge-en" onload="" >
<div id="container">
<div id="header">
<a href="/" title="Back to R Language Mode" class="processing-logo no-cover"></a>
</div>
<a id="TOP" name="TOP"></a>
<div id="navigation">
<div class="navBar" id="mainnav">
<a href="/">Cover</a><br/>
<a href="/reference/">Reference</a><br/>
<a href="/tutorials/">Tutorials</a><br/>
<!-- <a href="/examples/">Examples</a><br/> -->
<a href="https://github.com/gaocegege/Processing.R/issues">Bugs</a>
</div>
</div>
<div class="content">
<div id="Tutorials">
<h1 class="large-header"><span class="black">Processing.R Tutorials.</span> A collection of step-by-step lessons introducing Processing (with R).</h1>
<p>Many of these tutorials were directly translated into R from their <a
href="http://processing.org/tutorials">Java counterparts</a> by the
Processing.R documentation team and are accordingly credited to their original
authors. <a href="https://github.com/processing-r/Processing.R-docs-tools/issues">Please
report any mistakes or inaccuracies in the Processing.R documentation
GitHub.</a></p>
<table width="679" cellspacing="1" cellpadding="0" border="0">
<tbody>
<tr>
<td><div class="curated-item">
<a href="gettingstarted/">
<img src="gettingstarted/imgs/gettingstarted.gif" width="223" height="72" alt="Preview image" title="Getting Started">
</a>
<p>
<br />
<a href="gettingstarted/">Getting Started</a>
<br />
by Casey Reas and Ben Fry
</p>
<p>Welcome to Processing! This tutorial covers the basics of writing Processing code in R mode.</p>
<p>Level: Beginner</p>
</div></td>
<td><div class="curated-item">
<a href="drawing/">
<img src="drawing/imgs/basics.jpg" width="223" height="72" alt="Preview image" title="Coordinate System and Shapes">
</a>
<p>
<br />
<a href="drawing/">Coordinate System and Shapes</a>
<br />
by Daniel Shiffman
</p>
<p>Drawing simple shapes and using the coordinate system.</p>
<p>Level: Beginner</p>
</div></td>
<td><div class="curated-item">
<a href="objects/">
<img src="objects/imgs/objects.jpg" width="223" height="72" alt="Preview image" title="Objects in Processing.R">
</a>
<p>
<br />
<a href="objects/">Objects in Processing.R</a>
<br />
by Shawn T. O'Neil
</p>
<p>The basics of object-oriented programming.</p>
<p>Level: Intermediate</p>
</div></td>
</tr>
</tbody>
</table>
</div>
<!-- Creative Commons License -->
<div class="license">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border: none" src="http://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
</div>
</div>
<div id="footer">
<div id="copyright">Processing is an open project intiated by <a href="http://benfry.com/">Ben Fry</a> and <a href="http://reas.com">Casey Reas</a>. It is developed by a <a href="http://processing.org/about/people/">small team of volunteers</a>.</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/javascript/jquery-1.9.1.min.js"><\/script>');</script>
<script src="/javascript/site.js" type="text/javascript"></script>
</body>
</html>