Skip to content

Commit

Permalink
Added some lecture files
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaffo committed May 22, 2014
1 parent 873ea5d commit a4cbe1e
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
Binary file modified 09_DevelopingDataProducts/lectures/RPackages.pdf
Binary file not shown.
Binary file modified 09_DevelopingDataProducts/lectures/classes-methods.pdf
Binary file not shown.
Binary file modified 09_DevelopingDataProducts/lectures/googleVis.pdf
Binary file not shown.
Binary file modified 09_DevelopingDataProducts/lectures/manipulate.pdf
Binary file not shown.
Binary file modified 09_DevelopingDataProducts/lectures/rCharts.pdf
Binary file not shown.
Binary file added 09_DevelopingDataProducts/lectures/rMaps.pdf
Binary file not shown.
Binary file added 09_DevelopingDataProducts/lectures/rgl.pdf
Binary file not shown.
Binary file modified 09_DevelopingDataProducts/lectures/shiny.pdf
Binary file not shown.
Binary file added 09_DevelopingDataProducts/lectures/shiny2.pdf
Binary file not shown.
Binary file modified 09_DevelopingDataProducts/lectures/slidify.pdf
Binary file not shown.
24 changes: 12 additions & 12 deletions 09_DevelopingDataProducts/rMaps/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@ install_github('ramnathv/rMaps')
---
## Creating a map
```
library(rjson); library(rMaps)
crosslet(
x = "country",
y = c("web_index", "universal_access", "impact_empowerment", "freedom_openness"),
data = web_index
)
#library(rjson); library(rMaps)
#crosslet(
# x = "country",
# y = c("web_index", "universal_access", "impact_empowerment", #"freedom_openness"),
# data = web_index
#)
```

---
```{r, echo=FALSE, warning=FALSE, results='hide'}
library(rjson); library(rMaps)
crosslet(
x = "country",
y = c("web_index", "universal_access", "impact_empowerment", "freedom_openness"),
data = web_index
)
#library(rjson); library(rMaps)
#crosslet(
# x = "country",
# y = c("web_index", "universal_access", "impact_empowerment", #"freedom_openness"),
# data = web_index
#)
```
2 changes: 1 addition & 1 deletion 09_DevelopingDataProducts/shiny/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ <h2>R functions for HTML markup</h2>

<slide class="" id="slide-12" style="background:;">
<article data-timings="">
<p><img src="fig/markup.png" alt="markup" title="Marup in ui.R"></p>
<p><img src="fig/markup.png" alt="markup" title="Markup in ui.R"></p>

</article>
<!-- Presenter Notes -->
Expand Down
2 changes: 1 addition & 1 deletion 09_DevelopingDataProducts/shiny/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ shinyUI(pageWithSidebar(
```

---
![markup](fig/markup.png 'Marup in ui.R')
![markup](fig/markup.png 'Markup in ui.R')


---
Expand Down

0 comments on commit a4cbe1e

Please sign in to comment.