From ecb1449f187bc793e3fddb07447516d25db24add Mon Sep 17 00:00:00 2001 From: "Matthew L. Fidler" Date: Tue, 28 Nov 2023 21:30:39 -0600 Subject: [PATCH] Some more documentation fixes --- R/pmxClass.R | 8 ++++---- man/set_plot.Rd | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/R/pmxClass.R b/R/pmxClass.R index e2c03eb2..62a5c6aa 100755 --- a/R/pmxClass.R +++ b/R/pmxClass.R @@ -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 @@ -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]) } diff --git a/man/set_plot.Rd b/man/set_plot.Rd index 23c53461..1a10d99b 100644 --- a/man/set_plot.Rd +++ b/man/set_plot.Rd @@ -22,9 +22,9 @@ set_plot( \item{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}} }} \item{pname}{plot name, if missing it will be created using function aestetics}