Skip to content

Commit

Permalink
Add proper aliases to lattice S3 methods
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanbuuren committed Nov 23, 2024
1 parent 31f5dc2 commit 82388da
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion R/bwplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
#' \code{col=mdc(1:2), pch=20, cex=1.5}. These choices can be set for the
#' duration of the session by running \code{mice.theme()}.
#'
#' @aliases bwplot
#' @aliases bwplot.mids bwplot
#'
#' @param x A \code{mids} object, typically created by \code{mice()} or
#' \code{mice.mids()}.
#' @param data Formula that selects the data to be plotted. This argument
Expand Down
1 change: 1 addition & 0 deletions R/bwplot.mads.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#' the amputed data. The function shows how the amputed values are related
#' to the variable values.
#'
#' @aliases bwplot.mads
#' @param x A \code{mads} (\code{\link{mads-class}}) object, typically created by
#' \code{\link{ampute}}.
#' @param data A string or vector of variable names that needs to be plotted. As
Expand Down
2 changes: 1 addition & 1 deletion R/densityplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#' \code{col=mdc(1:2), pch=20, cex=1.5}. These choices can be set for the
#' duration of the session by running \code{mice.theme()}.
#'
#' @aliases densityplot
#' @aliases densityplot.mids densityplot
#' @param x A \code{mids} object, typically created by \code{mice()} or
#' \code{mice.mids()}.
#' @param data Formula that selects the data to be plotted. This argument
Expand Down
2 changes: 1 addition & 1 deletion R/stripplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' \code{col=mdc(1:2), pch=20, cex=1.5}. These choices can be set for the
#' duration of the session by running \code{mice.theme()}.
#'
#' @aliases stripplot
#' @aliases stripplot.mids stripplot
#' @param x A \code{mids} object, typically created by \code{mice()} or
#' \code{mice.mids()}.
#' @param data Formula that selects the data to be plotted. This argument
Expand Down
2 changes: 1 addition & 1 deletion R/xyplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#' \code{col=mdc(1:2), pch=20, cex=1.5}. These choices can be set for the
#' duration of the session by running \code{mice.theme()}.
#'
#' @aliases xyplot
#' @aliases xyplot.mids xyplot
#' @param x A \code{mids} object, typically created by \code{mice()} or
#' \code{mice.mids()}.
#' @param data Formula that selects the data to be plotted. This argument
Expand Down
1 change: 1 addition & 0 deletions R/xyplot.mads.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#' automatically separates the amputed and non-amputed data to see the relation between
#' the amputation and the weighted sum scores.
#'
#' @aliases xyplot.mads
#' @param x A \code{mads} object, typically created by \code{\link{ampute}}.
#' @param data A string or vector of variable names that needs to be plotted. As
#' a default, all variables will be plotted.
Expand Down

0 comments on commit 82388da

Please sign in to comment.