-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
46 lines (42 loc) · 1.7 KB
/
index.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
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="R package animation 2.5">
<title>Animations Using the R Language</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="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css">
<script src="js/jquery-1.4.4.min.js"></script>
<script src="js/jquery.scianimator.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/languages/r.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
<div class="scianimator"><div id="record_plot" style="display: inline-block;"></div></div>
<div class="scianimator" style="width: 480px; text-align: left"><pre><code class="r">## Animations generated in R version 3.4.1 (2017-06-30)
## using the package animation
library(bindrcpp)
library(scales)
library(ggthemes)
library(xkcd)
library(extrafont)
library(lubridate)
library(dplyr)
library(purrr)
library(readr)
library(tidyr)
library(tibble)
library(ggplot2)
library(tidyverse)
library(animation)
ani.replay()
## R version 3.4.1 (2017-06-30)
## Platform: x86_64-pc-linux-gnu (64-bit)
## Other packages: bindrcpp 0.2, scales 0.4.1, ggthemes 3.4.0, xkcd 0.0.5, extrafont 0.17, lubridate 1.6.0, dplyr 0.7.2, purrr
## 0.2.2.2, readr 1.1.1, tidyr 0.6.3, tibble 1.3.3, ggplot2 2.2.1, tidyverse 1.1.1, animation 2.5</code></pre></div>
<script src="js/record_plot.js"></script>
<!-- highlight R code -->
</body>
</html>