-
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: ggplot
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
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
How do I re-arrange…?: Ordering a plot.
One of the most widely seen FAQ coming across list serves and R help sites is the question: “How do I re-arrange/re-order (plotting geom/aesthetic such as bar/labels) in a (insert plot type here) using(insert graphics system here) in R?” . … Continue reading
Vice Presidential Debates with qdap-beta
After the presidential debates I used the beta version of qdap to provide some initial surface level analysis (LINK to Presidential Debates with qdap-beta). In the comments of that post, annon (a commenter) provided a link to an analysis/visualization that … Continue reading
Posted in discourse analysis, ggplot2, qdap, text, Uncategorized, visualization
Tagged debates, dialogue, discourse, discourse analysis, ggplot, ggplot2, qdap, R, tex analysis, vice president, vice presidential debates
5 Comments
Add Text Annotations to ggplot2 Faceted Plot (an easier approach)
I recently posted a blog about adding text to a ggplot2 faceted plot (LINK). I was unhappy with the amount of time it takes to create the text data frame to then label the plot. And then yesterday when the … Continue reading
Add Text Annotations to ggplot2 Faceted Plot
In my experience with R learners there are two basic types. The “show me the code and what it does and let me play” type and the “please give me step by step directions” type. I’ve broken the following tutorial … Continue reading
Posted in annotate, ggplot2
Tagged annotate, facet, faceted, ggplot, ggplot2 geom_text, R, text
16 Comments