From 67860242fc619624421a8fd96ba9e385456a9c2d Mon Sep 17 00:00:00 2001 From: jranke Date: Mon, 18 Feb 2013 16:21:36 +0000 Subject: - Some more work on the vignette - Don't plot a main title in mkinresplot git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@66 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- R/mkinresplot.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'R/mkinresplot.R') 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) } -- cgit v1.2.1