From 63167b07c10b6b91f62cba3d7b5e705c07b338b9 Mon Sep 17 00:00:00 2001 From: jranke Date: Mon, 4 Mar 2013 11:39:23 +0000 Subject: Introduce the possibility to place the legend with mkin using arguments lpos and inset git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@72 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- man/plot.mkinfit.Rd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/plot.mkinfit.Rd b/man/plot.mkinfit.Rd index 7c23eb8..8678afe 100644 --- a/man/plot.mkinfit.Rd +++ b/man/plot.mkinfit.Rd @@ -13,7 +13,7 @@ xlim = range(fit$data$time), ylim = c(0, max(fit$data$observed, na.rm = TRUE)), col_obs = 1:length(fit$mkinmod$map), pch_obs = col_obs, lty_obs = rep(1, length(fit$mkinmod$map)), - add = FALSE, legend = !add, ...) + add = FALSE, legend = !add, lpos = "topright", inset = c(0.05, 0.05), ...) } \arguments{ \item{x}{ @@ -48,6 +48,12 @@ } \item{legend}{ should a legend be added to the plot? +} + \item{lpos}{ + position of the legend. Passed to \code{\link{legend}} as the first argument. +} + \item{inset}{ + Passed to \code{\link{legend}} if applicable. } \item{\dots}{ further arguments passed to \code{\link{plot}}. -- cgit v1.2.1