-
Recent Posts
- ggplot2: How Geoms & Aesthetics ≈ Whipped Cream
- Math Notation for R Plot Titles: expression, bquote, & Greek Letters
- Using R to Reason & Test Theory: A Case Study from the Field of Reading Education
- Minimal, Explicit, Python Style Package Loading for R
- Easily Make Multi-tabbed .xlsx Files with openxlsx
Archives
- March 2018
- February 2018
- December 2016
- May 2016
- March 2016
- May 2015
- April 2015
- February 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- December 2013
- November 2013
- September 2013
- August 2013
- July 2013
- May 2013
- March 2013
- February 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
Categories
- analysis
- animation
- annotate
- benchmark
- data
- data generation
- discourse analysis
- factor
- games
- ggplot2
- grapheme
- igraph
- knitr
- letter
- package creation
- parallel
- paste
- plot
- qdap
- r
- random
- regular expression
- reports
- reshape
- slidify
- text
- tidytext
- tidyverse
- trinker
- tylerrinker
- Uncategorized
- visualization
- wakefield
- word cloud
- work flow
Category Archives: data
ggplot2: How Geoms & Aesthetics ≈ Whipped Cream
In this post I have a few goals: 1. Become (re-)familiar with available geoms 2. Become (re-)familiar with aesthetic mappings in geoms (stroke who knew?) 3. Answer these questions: How often do various geoms appear and how often do they … Continue reading
Posted in analysis, data, ggplot2, r, tidyverse, trinker, tylerrinker, Uncategorized
Tagged aesthetics, geoms, ggplot, ggplot2, R, tidyverse
10 Comments
Wakefield: Random Data Set (Part II)
This post is part II of a series detailing the GitHub package, wakefield, for generating random data sets. The First Post (part I) was a test run to gauge user interest. I received positive feedback and some ideas for improvements, … Continue reading
Posted in data, data generation, r, random, trinker, tylerrinker, wakefield
Tagged data, R
12 Comments
Random Data Sets Quickly
This post will discuss a recent GitHub package I’m working on, wakefield to generate random data sets. The post is broken into the following sections: Demo 1.1 Random Variable Functions 1.2 Random Data Frames 1.3 Missing Values 1.4 Default Data … Continue reading
Posted in data, data generation, r, Uncategorized
Tagged data set, dplyr, R, random data, wakefield
7 Comments
Sochi Olympic Medals
For those who are addicted to R and haven’t the time to click the mouse on a web browser you too can still be informed about the results of the 2014 Sochi Winter Olympics. I was inspired by a SO … Continue reading
Posted in data, ggplot2, reshape, Uncategorized, visualization
Tagged ggplot2, olympics, R, trinker, tyler rinker
19 Comments
ggplot2 Choropleth of Supreme Court Decisions: A Tutorial
I don't do much GIS but I like to. It's rather enjoyable and involves a tremendous skill set. Often you will find your self grabbing data sets from some site, scraping, data cleaning and reshaping, and graphing. On the ride … Continue reading
Posted in data, ggplot2, reports, Uncategorized, visualization
Tagged chloropleth, ggplot2, gridextra, map, R, supreme court, trinker, tyler rinker, visualization
31 Comments
Function to Generate a Random Data Set
Often I find myself needing data sets to try functions and code out on or for teaching purposes. I have a few stand-bys such as the mtcars and CO2 data sets in the base packages of R but sometimes I … Continue reading
Posted in data, data generation
Tagged data, data set, DFgen, DFmaker, generate data, make data, R, random data
12 Comments