Skip to content

Commit

Permalink
Some more documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Nov 29, 2023
1 parent 96e5433 commit ecb1449
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions R/pmxClass.R
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,9 @@ check_shrink <- function(shrink_list) {
#' @param ctr \code{pmxClass} controller object
#' @param ptype plot type can be:
##' \itemize{
##' \item{"IND"}{ Individual plot type: \code{\link{individual}} }
##' \item{"DIS"}{ Distribution plot type : \code{\link{distrib}}}
##' \item{"SCATTER"}{ Residual plot type :\code{\link{residual}}}
##' \item "IND" Individual plot type: \code{\link{individual}}
##' \item "DIS" Distribution plot type : \code{\link{distrib}}
##' \item "SCATTER" Residual plot type :\code{\link{residual}}
##' }
##' @param pname plot name, if missing it will be created using function aestetics
##' @param filter optional filter which will be applied to plotting data
Expand Down Expand Up @@ -1044,7 +1044,7 @@ pmx_initialize <- function(self, private, data_path, input, dv,
names(self$data$sim_blq_npde_iwres) == "npde" |
names(self$data$sim_blq_npde_iwres) == "iwRes"
)

names(self$data$sim_blq_npde_iwres)[place_vec] <-
toupper(names(self$data$sim_blq_npde_iwres)[place_vec])
}
Expand Down
6 changes: 3 additions & 3 deletions man/set_plot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ecb1449

Please sign in to comment.