Built with blockbuilder.org , adapted from this http://jsfiddle.net/yH75y/2/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Make Win / Winless Streaks plot | |
| #Load packages | |
| library(engsoccerdata) | |
| library(dplyr) | |
| library(ggplot2) | |
| engsoccerdata2$Date <- as.Date(engsoccerdata2$Date, format="%Y-%m-%d") #make Date format | |
| #Get MUFC games: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Getting model output into Word (if you really have to) | |
| # This assumes that in your working directory you already have a word document called rtf.doc | |
| library(rtf) # puts data into RTF format | |
| fit <- summary(lm(mpg ~ cyl + hp, data=mtcars)) |
Credit goes to Peter Cook for giving permission to use code from his Circular Heat Chart in D3.EZ.
Uses D3.EZ Reusable Chart Library
forked from jamesleesaunders's block: D3.EZ : Reusable Circular Heat Chart
forked from lilyc5459's block: d3.js wiki visualization
Built with blockbuilder.org from this original jsfiddle: http://jsfiddle.net/Qh9X5/154/
Built with blockbuilder.org
forked from emeeks's block: Networks - Graphs 7
forked from emeeks's block: Networks - Graphs 6
forked from emeeks's block: Networks - Graphs 5