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 084fd7e commit 89b0704Copy full SHA for 89b0704
NAMESPACE
@@ -17,8 +17,8 @@ importFrom(ggplot2,aes)
17
importFrom(ggplot2,geom_bar)
18
importFrom(ggplot2,geom_raster)
19
importFrom(ggplot2,ggplot)
20
-importFrom(ggplot2,position_stack)
21
importFrom(ggplot2,scale_fill_manual)
+importFrom(ggplot2,scale_y_discrete)
22
importFrom(ggplot2,theme_minimal)
23
importFrom(graphics,abline)
24
importFrom(graphics,box)
R/plotCat.R
@@ -53,7 +53,7 @@
53
#' @aliases plotProp
54
#'
55
#' @importFrom ggplot2 aes geom_bar geom_raster ggplot theme_minimal
56
-#' scale_fill_manual
+#' scale_fill_manual scale_y_discrete
57
#' @importFrom graphics abline box matplot par polygon title
58
59
#' @export
0 commit comments