diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-03-30 19:17:13 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-03-30 19:17:13 +0200 |
commit | cfa1340c41fe77117c3c2481ddbb25579f196bdd (patch) | |
tree | 51bbf02b2b1db180c9eea1c9559ba0b7b538b5f8 /man/mkinresplot.Rd | |
parent | 68eed166cbe10a5ee79f5b1139261dea98234b22 (diff) |
Don't check for gcc on the path in mkinmod
Roxygen update -> formatting changes in Rd files
Diffstat (limited to 'man/mkinresplot.Rd')
-rw-r--r-- | man/mkinresplot.Rd | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/man/mkinresplot.Rd b/man/mkinresplot.Rd index 465b3038..2a8b2d41 100644 --- a/man/mkinresplot.Rd +++ b/man/mkinresplot.Rd @@ -4,11 +4,21 @@ \alias{mkinresplot} \title{Function to plot residuals stored in an mkin object} \usage{ -mkinresplot(object, obs_vars = names(object$mkinmod$map), xlim = c(0, - 1.1 * max(object$data$time)), standardized = FALSE, xlab = "Time", +mkinresplot( + object, + obs_vars = names(object$mkinmod$map), + xlim = c(0, 1.1 * max(object$data$time)), + standardized = FALSE, + xlab = "Time", ylab = ifelse(standardized, "Standardized residual", "Residual"), - maxabs = "auto", legend = TRUE, lpos = "topright", - col_obs = "auto", pch_obs = "auto", frame = TRUE, ...) + maxabs = "auto", + legend = TRUE, + lpos = "topright", + col_obs = "auto", + pch_obs = "auto", + frame = TRUE, + ... +) } \arguments{ \item{object}{A fit represented in an \code{\link{mkinfit}} object.} |