-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathindex-default.html
79 lines (69 loc) · 2.42 KB
/
index-default.html
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
<!DOCTYPE html>
<html>
<head>
<title>The R Language</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" type="text/css" href="R.css" />
</head>
<body>
<div class="container">
<h1>Statistical Data Analysis
<img class="toplogo" src="Rlogo.svg" alt="[R logo]">
</h1>
<hr style="width: 100%;">
<h2>Manuals</h2>
<table style="width: 100%;">
<tr>
<td style="text-align: center; width: 50%;">
<a href="../manual/R-intro.html">An Introduction to R</a>
</td>
<td style="text-align: center; width: 50%;">
<a href="../manual/R-lang.html">The R Language Definition</a>
</td>
</tr>
<tr>
<td style="text-align: center; width: 50%;">
<a href="../manual/R-exts.html">Writing R Extensions</a>
</td>
<td style="text-align: center; width: 50%;">
<a href="../manual/R-admin.html">R Installation and Administration</a>
</td>
</tr>
<tr>
<td style="text-align: center; width: 50%;">
<a href="../manual/R-data.html">R Data Import/Export</a>
</td>
<td style="text-align: center; width: 50%;">
<a href="../manual/R-ints.html">R Internals</a>
</td>
</tr>
</table>
<h2>Reference</h2>
<table style="width: 100%;">
<tr>
<td style="text-align: center; width: 50%;"><a href="packages.html">Packages</a></td>
<td style="text-align: center; width: 50%;"><a href="Search.html">Search Engine & Keywords</a></td>
</tr>
</table>
<h2>Miscellaneous Material</h2>
<table style="width: 100%;">
<tr>
<td style="text-align: center; width: 33%;"><a href="about.html">About R</a> </td>
<td style="text-align: center; width: 33%;"><a href="../AUTHORS">Authors</a> </td>
<td style="text-align: center; width: 33%;"><a href="resources.html">Resources</a></td>
</tr>
<tr>
<td style="text-align: center; width: 33%;"><a href="../COPYING">License</a></td>
<td style="text-align: center; width: 33%;"><a href="../manual/R-FAQ.html">Frequently Asked Questions</a> </td>
<td style="text-align: center; width: 33%;"><a href="../THANKS">Thanks</a> </td>
</tr>
<tr>
<td style="text-align: center; width: 33%;"><a href="NEWS.html">NEWS</a></td>
<td style="text-align: center; width: 33%;"><a href="UserManuals.html">User Manuals</a></td>
<td style="text-align: center; width: 33%;"><a href="http://developer.R-project.org/TechDocs">Technical papers</a></td>
</tr>
</table>
</div>
</body>
</html>