Skip to content

Commit 89b0704

Browse files
Import scale_y_discrete
1 parent 084fd7e commit 89b0704

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ importFrom(ggplot2,aes)
1717
importFrom(ggplot2,geom_bar)
1818
importFrom(ggplot2,geom_raster)
1919
importFrom(ggplot2,ggplot)
20-
importFrom(ggplot2,position_stack)
2120
importFrom(ggplot2,scale_fill_manual)
21+
importFrom(ggplot2,scale_y_discrete)
2222
importFrom(ggplot2,theme_minimal)
2323
importFrom(graphics,abline)
2424
importFrom(graphics,box)

R/plotCat.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#' @aliases plotProp
5454
#'
5555
#' @importFrom ggplot2 aes geom_bar geom_raster ggplot theme_minimal
56-
#' scale_fill_manual
56+
#' scale_fill_manual scale_y_discrete
5757
#' @importFrom graphics abline box matplot par polygon title
5858
#'
5959
#' @export

0 commit comments

Comments
 (0)