We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8445408 commit 87c0c10Copy full SHA for 87c0c10
R/geom-histogram.R
@@ -64,7 +64,7 @@
64
#' geom_freqpoly(binwidth = 500)
65
#'
66
67
-#' # When using the non-equal-width bins, we need to set the area of the bars to
+#' # When using the non-equal-width bins, we should set the area of the bars to
68
#' # represent the counts (not the height).
69
#' # Here we're using 10 equi-probable bins:
70
#' price_bins <- quantile(diamonds$price, probs = seq(0, 1, length = 11))
0 commit comments