Publications by tylerrinker

Add Text Annotations to ggplot2 Faceted Plot

31.08.2012

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 on plotting text on faceted ggplot2 plots into 2 sections: The Complete Code and Final Outcome A Bit of Explanation Hopeful...

3214 sym R (2060 sym/6 pcs) 14 img

Add Text Annotations to ggplot2 Faceted Plot (an easier approach)

06.09.2012

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 new version of ggplot2 0.9.2 was announced I got to reading about how ggplot2 objects are stored and I decided that I could extract a great d...

1725 sym R (2507 sym/3 pcs) 6 img

Presidential Debates with qdap-beta

04.10.2012

qdap brief intro For the past year I’ve been working on a package (qdap) to assist my field in quantitative discourse analysis; basically looking at patterns in language. It’s still a ways from being finished and lacks documentation (roxygen2 is my friend), but after seeing the presidential debates yesterday I decided to try using some of th...

1866 sym R (2793 sym/7 pcs) 14 img

Splitting and Combining R pdf Graphics

07.10.2012

A question that often comes across various help lists is how to combine or split an output from an R graphics device. Maybe you have looped/combined multiple visuals into a single pdf to avoid cluttering your working directory and now you want to pull various pages out. Or maybe you have several different pdfs of various sizes you’d...

1619 sym 6 img

Vice Presidential Debates with qdap-beta

13.10.2012

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 utilizes bubbles to demonstrate proportion of words and colors and labels to show each can...

3642 sym R (2887 sym/4 pcs) 6 img

How do I re-arrange…?: Ordering a plot.

15.10.2012

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?” . Don’t believe me? google “reorder factor r plot” and see how many hits you get. I’d venture to...

1052 sym R (1287 sym/1 pcs) 4 img

Presidential Debates 2012

23.10.2012

I have been playing with the beta version of qdap utilizing the presidential debates as a data set. qdap is in a beta phase lacking documentation though I’m getting there. In previous blog posts (presidential debate 1 LINK and VP debate LINK) I demonstrated some of the capabilities of qdap. I wanted to further show some of qdap’s capabilit...

2849 sym R (5262 sym/6 pcs) 12 img

Gradient Word Clouds

12.11.2012

I like word clouds because they are visually appealing and provide a ton of information in a small space. Ever since I saw Drew Conway’s post (LINK) I have been looking for ways to improve word clouds. One of the nice feature’s of Drew’s post was that he colored the words according to the gradient. Unfortunately, Drew’s cloud lacks some o...

3734 sym R (3330 sym/5 pcs) 8 img

Tips for R Package Creation

30.12.2012

I’m being tortured by the mistakes of my past self. I think I’ve made most every mistake possible in creating a package and I want to go back in time and tell year ago me all I know now. But it seems require(timetravel) isn’t working on my machine. So instead I’ll share with other new package creators what I’ve learned along the way in ...

4302 sym 4 img

qdap 0.2.0 released

02.02.2013

This is the first CRAN release of qdap (qdap 0.2.0) found here.  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 and statistical analysis and visualization. The qdap package automates many of the tasks ...

1862 sym 6 img