From 4e791358857a17940ea9adc51b1c8119a0af8e09 Mon Sep 17 00:00:00 2001 From: jranke Date: Tue, 22 Oct 2013 09:20:26 +0000 Subject: - Removed the font.main argument from the call to plot(...) in kinresplot as it produced awkward results git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/kinfit@123 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- R/kinresplot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R') diff --git a/R/kinresplot.R b/R/kinresplot.R index 36eb55a..9c84c05 100644 --- a/R/kinresplot.R +++ b/R/kinresplot.R @@ -31,5 +31,5 @@ kinresplot <- function(kinobject, kinmodel, ylab = ylab, ylim = c( -1.2 * maxabs, 1.2 * maxabs)) abline(h=0, lty=2) - title(paste("Residuals of", kinmodel, "fit"), font.main = 1) + title(paste("Residuals of", kinmodel, "fit")) } -- cgit v1.2.1