diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-02-18 16:21:36 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-02-18 16:21:36 +0000 |
commit | 67860242fc619624421a8fd96ba9e385456a9c2d (patch) | |
tree | 1e8b927280c419db61d529815c4d3e16b01ab138 /R | |
parent | 1852bbe91096dbd4c36e381c3adbd5594e4f3e5c (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')
-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 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)
}
|