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 8e49d4b commit 08e9891Copy full SHA for 08e9891
R/position-connection.R
@@ -36,7 +36,7 @@
36
#' x <- seq(0, 1, length.out = 20)[-1]
37
#' smooth <- cbind(x, scales::rescale(1 / (1 + exp(-(x * 10 - 5)))))
38
#'
39
-#' ggplot(head(huron, 10), aes(year, level)) +
+#' ggplot(head(economics, 10), aes(date, unemploy)) +
40
#' geom_line(position = position_connect(zigzag), aes(colour = "zigzag")) +
41
#' geom_line(position = position_connect(smooth), aes(colour = "smooth")) +
42
#' geom_point()
0 commit comments