-
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
Tag Archives: ggplot2
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
Math Notation for R Plot Titles: expression, bquote, & Greek Letters
In this post you will learn: How to create expressions that have mixed (1) strings, (2) expressions, (3) variables & (4) Greek letters How to pass in values as variables to an expression I wanted to name this post “Ahhhhhhhhhhh #$@%&!!!!” … Continue reading
Posted in ggplot2, plot, r, trinker, tylerrinker, visualization, work flow
Tagged data science, expression, ggplot2, math notation, plot, R, text, title, trinker, tyler rinker, visualization
5 Comments
Ordering Categories within ggplot2 Facets
I saw Simon Jackson’s recent blog post regarding ordering categories within facets. He proposed a way of dealing with the problem of ordering variables shared across facets within facets. This problem becomes apparent in text analysis where words are shared … Continue reading
Posted in ggplot2, r, text, tidytext, tidyverse, tylerrinker, visualization
Tagged ggplot2, R, tidyr, tidytext, tidyverse, tylerrinker
14 Comments
googleformr at Work: Pneumatic Road Tube Allegory
Steve Simpson (@data_steve) created the googleformr package to enable users to easily send information to a Google Form. It’s a nice way to send and securely store data via R and the price is great…FREE! A Pneumatic Road Tube Allegory…Kinda … Continue reading
Posted in analysis, r, work flow
Tagged data-steve, ggplot2, google, googleformr, package, R, tyler rinker
8 Comments
How do I re-arrange??: Ordering a plot re-revisited
Several years back I wrote a two part blog series in response to seeing questions about plotting and reordering on list serves, talkstats.com, and stackoverflow. Part I discussed the basics of reordering plots by reordering factor levels. The essential gist was: … Continue reading
Posted in factor, ggplot2, r, visualization
Tagged ggplot, ggplot2, R, tyler rinker, visualization
4 Comments
Visualizing APA 6 Citations: qdapRegex 0.2.0 & qdapTools 1.1.0
qdapRegex 0.2.0 & qdapTools 1.1.0 have been released to CRAN. This post will provide some of the packages’ updates/features and provide an integrate demonstration of extracting and viewing in-text APA 6 style citations from an MS Word (.docx) document. qdapRegex … Continue reading
Posted in ggplot2, qdap, r, regular expression
Tagged apa6, citations, ggplot2, qdap, qdapRegex, qdapTools, R, regex, regular epression, trinker, tyler rinker
2 Comments
GTrendsR package to Explore Google trending for Field Dependent Terms
My friend, Steve Simpson, introduced me to Philippe Massicotte and Dirk Eddelbuettel’s GTrendsR GitHub package this week. It’s a pretty nifty wrapper to the Google Trends API that enables one to search phrase trends over time. The trend indices that … Continue reading
Posted in r
Tagged ggplot2, Google Trend, gtrend, GTrendsR, R, Trends, trinker, tyler rinker
23 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
Sentence Drawing: Function vs. Art
I recently was reading the book “Functional Art” and came across the work of Stefanie Posavec. Her Sentence Drawings (click here to see and click here to learn) caught my attention. Here is a ggplot2 rendition: From what I understand … Continue reading
Posted in discourse analysis, ggplot2, text, Uncategorized, visualization
Tagged discourse analysis, ggplot2, plot, qdap, R, sentence drawing, Stefanie Posavec, text, trinker, tyler rinker, visualization
8 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