summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-02-17 20:18:28 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-02-17 20:18:28 +0000
commit3715219923dca43dcc6f317f92099d512b0c4a64 (patch)
tree515083e5ee8111e94fe6da673b11dd4ce94c9cab /R
parentc175bfe010b42c8052b819eaabf0a08ee61e3b35 (diff)
- Added the examples vignette to the kinfit package
- Added calls to utils::globalVariables to make R CMD check pass cleanly without NOTES git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/kinfit@62 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'R')
-rw-r--r--R/kinplot.R3
1 files changed, 2 insertions, 1 deletions
diff --git a/R/kinplot.R b/R/kinplot.R
index 394e271..df21c13 100644
--- a/R/kinplot.R
+++ b/R/kinplot.R
@@ -1,6 +1,6 @@
# $Id: kinplot.R 117 2011-06-14 08:52:14Z kati $
-# Copyright (C) 2008-2010 Johannes Ranke
+# Copyright (C) 2008-2013 Johannes Ranke
# Contact: mkin-devel@lists.berlios.de
# This file is part of the R package kinfit
@@ -18,6 +18,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>
+utils::globalVariables("x")
kinplot <- function(kinobject,
main = "",
xlab = "Time [days]", ylab = "Parent [% of applied radioactivity]",

Contact - Imprint