Skip to content

Commit

Permalink
Make over-binned histogram run faster
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmyleswhite committed Jul 31, 2013
1 parent 4c5fe29 commit 5d0537f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-Exploration/chapter02.R
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ ggplot(heights.weights, aes(x = Height)) +
#

ggplot(heights.weights, aes(x = Height)) +
geom_histogram(binwidth = 0.001)
geom_histogram(binwidth = 0.01)

#
# Snippet 23
Expand Down

0 comments on commit 5d0537f

Please sign in to comment.