The R Project SVN R

Rev

Rev 81657 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 81657 Rev 89889
Line 1... Line 1...
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
1
<!DOCTYPE html>
2
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
2
<html lang="en">
4
<head>
3
<head>
5
<title>Testing the Embeddable R library</title>
4
<title>Testing the Embeddable R library</title>
6
<link rel=stylesheet href="../../doc/html/R.css" />
5
<link rel=stylesheet href="../../doc/html/R.css">
7
</head>
6
</head>
8
 
7
 
9
<body>
8
<body>
10
<h1>Test the Embeddable R Library</h1>
9
<h1>Test the Embeddable R Library</h1>
11
 
10
 
Line 113... Line 112...
113
    These can be used as example code for embedding R within other
112
    These can be used as example code for embedding R within other
114
    applications.
113
    applications.
115
  </dd>
114
  </dd>
116
</dl>
115
</dl>
117
 
116
 
118
<hr/>
117
<hr>
119
 
118
 
120
</body>
119
</body>
121
</html>
120
</html>