aboutsummaryrefslogtreecommitdiff
path: root/R/mkinresplot.R
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-02-18 16:21:36 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-02-18 16:21:36 +0000
commit67860242fc619624421a8fd96ba9e385456a9c2d (patch)
tree1e8b927280c419db61d529815c4d3e16b01ab138 /R/mkinresplot.R
parent1852bbe91096dbd4c36e381c3adbd5594e4f3e5c (diff)
- 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
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