Posts Tagged ‘ graph ’

Lattice vs. ggplot2

October 28, 2010
By
Lattice vs. ggplot2

Both lattice and ggplot2 seem really interesting and worthy of learning. But I only have time to learn one of them, and the choice is not an easy one.Here is an awesome reference; this blog is generally very interesting; and here is something...

Read more »

The "tikzDevice" package

October 20, 2010
By
The "tikzDevice" package

The tikzDevice package is quite amazing. Here are two graphs I just made, with (lower) and without (upper) using the tikzDevice package. The difference in quality is huge.Also, the package "pgfSweave" is also very helpful if one wants to combine R sess...

Read more »

Visualization of regression coefficients (in R)

July 2, 2010
By
Visualization of regression coefficients (in R)

Update (07.07.10): The function in this post has a more mature version in the “arm” package. See at the end of this post for more details. * * * * Imagine you want to give a presentation or report of your latest findings running some sort of regression analysis. How would you do it? This was exactly the question...

Read more »

Simple R figures

October 29, 2009
By
Simple R figures

http://www.harding.edu/fmccown/R/This comes very handy.

Read more »

Not Just Normal… Gaussian

June 16, 2009
By
Not Just Normal… Gaussian

Dave, over at The Revolutions Blog, posted about the big ‘ol list of graphs created with R that are over at Wikimedia Commons. As I was scrolling through the list I recognized the standard normal distribution from the Wikipedia article on the same topic. Below is the fairly simple source code with lots of comments. Here’s

Read more »