DVC Day 1

(This Post is part of my 30 day Data Visualization Challenge – you can follow along using the ‘challenge’ tag!)

For the first visualization, I kept it very simple:

lqB4fx5kCg-3000x3000

Pros:
– Easy to read
– Provides some value: we can see that price does not have a normal distribution, but rather a positively skewed leptokurtic distribution. I am only 70% sure I’m using these words correctly. (Thanks Professor Field!)

Cons:
– Not really very interesting
– Pretty ugly
– Does not explain what determines price, only what the prices are.

Code:

library(ggplot2)
qplot(price, data=diamonds)

2 thoughts on “DVC Day 1

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.