diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-12 13:44:17 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-12 13:44:17 +0100 |
commit | 401570aa9e58c4a2f2e939f37f496453d97d3f33 (patch) | |
tree | 27fbf0df9896c251506e084e0971fb26cda6da9a /R/mkinresplot.R | |
parent | b4d253edcf71fbf4175bc73cdb9593eea816c358 (diff) | |
parent | 3516b626be1aeb639d0735e79449424d2e987d7a (diff) |
Merge branch 'master' into iore
Diffstat (limited to 'R/mkinresplot.R')
-rw-r--r-- | R/mkinresplot.R | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/R/mkinresplot.R b/R/mkinresplot.R index c9a801fd..82ffd2cb 100644 --- a/R/mkinresplot.R +++ b/R/mkinresplot.R @@ -36,7 +36,8 @@ mkinresplot <- function (object, col_obs <- pch_obs <- 1:length(obs_vars)
names(col_obs) <- names(pch_obs) <- obs_vars
- plot(0, xlab = xlab, ylab = ylab,
+ plot(0, type = "n",
+ xlab = xlab, ylab = ylab,
xlim = xlim,
ylim = c(-1.2 * maxabs, 1.2 * maxabs), ...)
|