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.
geom_col()
1 parent 6f452f4 commit 6c95f24Copy full SHA for 6c95f24
R/geom-col.R
@@ -1,11 +1,11 @@
1
-#' @export
2
-#' @rdname geom_bar
3
-geom_col <- make_constructor(GeomBar, position = "stack", just = 0.5)
4
-
5
#' @rdname ggplot2-ggproto
6
#' @format NULL
7
#' @usage NULL
8
#' @export
9
#' @include geom-rect.R
10
# TODO: deprecate this
11
GeomCol <- ggproto("GeomCol", GeomBar)
+
+#' @export
+#' @rdname geom_bar
+geom_col <- make_constructor(GeomCol, position = "stack", just = 0.5)
0 commit comments