-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathdecadeplots.html
More file actions
32 lines (28 loc) · 948 Bytes
/
decadeplots.html
File metadata and controls
32 lines (28 loc) · 948 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
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="R package animation 2.2">
<title>Violent Crime Rates</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/scianimator.css" />
<link rel="stylesheet" href="css/shCore.css" />
<link rel="stylesheet" href="css/shThemeDefault.css" />
<script src="js/jquery-1.4.4.min.js"></script>
<script src="js/jquery.scianimator.min.js"></script>
<script src="js/shCore.js"></script>
<script src="js/shAutoloader.js"></script>
</head>
<body>
<div class="scianimator"><div id="decadeplots" style="display: inline-block;"></div></div>
<script src="js/decadeplots.js"></script>
<!-- highlight R code -->
<script type="text/javascript">
SyntaxHighlighter.autoloader(
"r js/shBrushR.js"
);
SyntaxHighlighter.defaults["toolbar"] = false;
SyntaxHighlighter.all();
</script>
</body>
</html>