-
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: plot
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
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
How do I re-arrange??: Ordering a plot revisited
Back in October of last year I wrote a blog post about reordering/rearanging plots. This was, and continues to be, a frequent question on list serves and R help sites. In light of my recent studies/presenting on The Mechanics of … Continue reading
Posted in factor, ggplot2, Uncategorized, visualization, work flow
Tagged cran, plot, R, relevel, reorder, trinker, tyler rinker, visualization
12 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