Skip to content

Commit 63e02bf

Browse files
authored
Update doc in ppc-discrete.R
[ci skip]
1 parent a21f48b commit 63e02bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

R/ppc-discrete.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@
3030
#'
3131
#' @template return-ggplot
3232
#'
33-
#' @details For all of these plots \code{y} and \code{yrep} must be non-negative
34-
#' integers, although they need not be integers in the strict sense of \R's
35-
#' \code{\link{integer}} type.
33+
#' @details For all of these plots \code{y} and \code{yrep} must be
34+
#' integers, although they need not be integers in the strict sense
35+
#' of \R's \code{\link{integer}} type. For rootogram plots \code{y}
36+
#' and \code{yrep} must also be non-negative.
3637
#'
3738
#' @section Plot Descriptions:
3839
#' \describe{

0 commit comments

Comments
 (0)