diff options
Diffstat (limited to 'R')
-rw-r--r-- | R/mkinresplot.R | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/R/mkinresplot.R b/R/mkinresplot.R index b45b26f..f213d8a 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)
}
|