aboutsummaryrefslogtreecommitdiff
path: root/R/mkinresplot.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/mkinresplot.R')
-rw-r--r--R/mkinresplot.R3
1 files changed, 1 insertions, 2 deletions
diff --git a/R/mkinresplot.R b/R/mkinresplot.R
index b45b26fe..f213d8a7 100644
--- a/R/mkinresplot.R
+++ b/R/mkinresplot.R
@@ -46,9 +46,8 @@ mkinresplot <- function (object, obs_vars = vector(),
}
abline(h = 0, lty = 2)
- title(paste("Residuals of mkin fit"), font.main = 1)
- if (legend == TRUE) {
+ if (legend == TRUE) {
legend(lpos, inset = c(0.05, 0.05), legend = vars,
col = col_obs, pch = pch_obs)
}

Contact - Imprint