-
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: text
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
qdap 2.1.1 Released
We’re very pleased to announce the release of qdap 2.1.1 What is qdap? qdap (Quantitative Discourse Analysis Package) is an R package designed to assist in quantitative discourse analysis. The package stands as a bridge between qualitative transcripts of dialogue … Continue reading
Posted in qdap, Uncategorized
Tagged discourse analysis, qdap, quantitative discourse analysis, R, text, text mining, trinker, tyler rinker
5 Comments
qdap 1.3.1 Release: Demoing Dispersion Plots, Sentiment Analysis, Easy Hash Lookups, Boolean Searches and More…
We’re very pleased to announce the release of qdap 1.3.1 This is the latest installment of the qdap package available at CRAN. Several important updates have occurred since the 1.1.0 release, most notable the addition of two vignettes and some … Continue reading
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
knitr2wordpress and gradient_cloud Revisited
This post serves three function: It allows me to revisit an old blogpost It let's me test out the new-ish knitr function knti2wp and RWordPress It enables me to avoid the massive ammount of reading I need to do and … Continue reading
Posted in knitr, qdap, text, Uncategorized, visualization, word cloud
Tagged blog, discourse analysis, gradient, gradient cloud, gradient word cloud, knitr, preseidential debate, qdap, R, text, text analysis, transcript, tyler rinker, word, word cloud, wordcloud, wordpress
4 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
igraph and structured text exploration
I am in the slow process of developing a package to bridge structured text formats (i.e. classroom transcripts) with the tons of great R packages that visualize and analyze quantitative data (If you care to play with a rough build … Continue reading