-
Notifications
You must be signed in to change notification settings - Fork 15
/
Topics.html
170 lines (138 loc) · 4.17 KB
/
Topics.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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title></title>
<link rel="stylesheet" href="JSEg/eg.css"/>
<style type="text/css">
.hidden {
display: none;
}
</style>
</head>
<body>
<h1></h1>
<dl>
<dt>
<li>Networks/Graphs - nodes and edges</li>
<dd>
<li> igraph
<ul>
<li><a href="Networks/ggvisFunctionNetwork.R" >Networks/ggvisFunctionNetwork.R</a></li>
</ul>
</li>
<ul>
<li> <a href="http://igraph.org/r/doc/layout.html" >http://igraph.org/r/doc/layout.html</a></li>
<li><a href="http://igraph.org/r/doc/plot.common.html" >http://igraph.org/r/doc/plot.common.html</a></li>
</ul>
<li>Rgraphviz</li>
<dt>
<li>Maps</li>
<dd>
Two approaches. C
<li>maps</li>
<li>rworldmap</li>
<li>RgoogleMaps</li>
<li>ggmap</li>
<li>OpenStreetMap</li>
<li>leafletR</li>
<ul>Google Earth and KML
<ul>
<li>plotKML</li>
<li>RKML</li>
</ul>
<li> KML Examples
<ul>
<li><a href="http://plotkml.r-forge.r-project.org/om.rk.kml"
>http://plotkml.r-forge.r-project.org/om.rk.kml</a></li>
<li><a href="http://plotkml.r-forge.r-project.org/HRtemp08_jan.kmz" >http://plotkml.r-forge.r-project.org/HRtemp08_jan.kmz</a>
</ul>
</li>
</ul>
</dl>
<h2>Interaction and Animation</h2>
<dl>
<dt>
<li>Simple Animation</li>
<dd>
<ul>
<li>animation package</li>
</ul>
<dt>
<li>Basics of HTML, CSS, JavaScript</li>
<dd>
<ul>
<li><a href="JSEg/jsEg.html" >jsEg.html</a></li>
<li><a href="JSEg/jsAutoEg.html" >jsAutoEg.html</a></li>
<li>Debugging tools in the browser</li>
<li><a href="ElectionMap/stateTableEx.html" >Election Map</a> How to implement? <a
href="ElectionMap/stateMap.svg" >stateMap.svg</a></li>
<p class="hidden">
Start with the data in R (scraped from a Web site, e.g., CNN).
Then create the plot in R using the maps package and coloring the
</p>
<li><a href="http://www-personal.umich.edu/~mejn/election/2008/statepopredblue1024.png"
>cartogram</a></li>
</ul>
<dt>
<li>Rich interactive, object-based displays</li>
<dd>
<ul>
<li><a href="http://www.gapminder.org/world" >GapMinder</a></li>
</ul>
<dt>
<li>Google Charts API and the googleVis package</li>
</dt>
<dd>
<ul>
<li><a href="googleVis/eg1" >Time Chart (R code)</a>, <a href="googleVis/eg1.html" >display</a> </li>
<li><a href="googleVis/eg2" >Annotated Time Chart (R code)</a>, <a href="googleVis/eg2.html" >display</a> </li>
<li><a href="googleVis/ldf.R" >R code for getting and transforming the data</a></li>
</ul>
</dd>
<dt>
<li><a href="http://ramnathv.github.io/rCharts/" >rCharts</a></li>
<dd>
<ul>
<li><a href="rCharts/egSmall.R" >Small time series</a></li>
<li><a href="rCharts/maps.R" >Simple map</a></li>
<li><a href="rCharts/barChart.R" >Interactive bar chart</a></li>
</ul>
</dd>
<dt>
<li>Making Interactive Plots using R Graphics</li>
<dd>
<ul>
<li>SVGAnnotation:
<ul>
<li><a href="SVGAnnotation/housing.R" >create the SVG plot</a> (<a href="SVGAnnotation/matplot.svg" >plot</a>)</li>
<li><a href="SVGAnnotation/matplot.R" >annotate the matplot</a></li>
<li><a href="SVGAnnotation/live_matplot.svg" >interactive matplot</a></li>
<li><a href="" ></a></li>
</ul>
<li>gridSVG</li>
</ul>
<dt>
<li><a href="http://ggvis.rstudio.com" >ggvis</a></li>
<dd>
<ul>
<li><a href="ggvis/tooltips.R" >tooltips</a></li>
</ul>
<dt>
<li><a href="http://shiny.rstudio.com" >Shiny</a> and Dashboards</li>
<dd>
<ul>
<li><a href="shiny1" >Basics</a></li>
<li><a href="shiny.html" >Writing HTML directly, reactive</a></li>
<li><a href="shinyHousePrices" >Housing prices</a></li>
</ul>
<dt>
<li>D3 - Data Driven Documents</li>
<dd>
<ul>
<li><a href="https://github.com/mbostock/d3/wiki/Gallery" >Gallery</a></li>
</ul>
</dl>
<hr>
<address><a href="http://www.stat.ucdavis.edu/~duncan">Duncan Temple Lang</a>
<a href=mailto:[email protected]><[email protected]></a></address>
<!-- hhmts start --> Last modified: Sat Apr 25 07:47:06 PDT 2015 <!-- hhmts end -->
</body> </html>