From 1d0cf91a4d24ef150a2535153d4c4cfeba22dbc9 Mon Sep 17 00:00:00 2001 From: ranke Date: Mon, 14 Aug 2006 13:58:31 +0000 Subject: - New version just published on my website - Fixes in checkplate, checksubstance and checkexperiment - New arguments ltys, xlab and ylab in drplot, due to a request by Ewa Mulkiewicz git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@83 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- R/checkplate.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'R/checkplate.R') diff --git a/R/checkplate.R b/R/checkplate.R index e03be70..0a56e44 100644 --- a/R/checkplate.R +++ b/R/checkplate.R @@ -1,4 +1,4 @@ -checkplate <- function(id,db="cytotox") +checkplate <- function(id, db = "cytotox") { - checkexperiment(id,db=db) + checkexperiment(id, db = db) } -- cgit v1.2.3