diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-03-29 05:05:22 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-03-29 05:05:22 +0000 |
commit | 0d5d645b842c1a102d27161bb0bc758ac7a9de9e (patch) | |
tree | a39a870859081f6ad84910efdf16d47495705155 /R | |
parent | 86af8413aeb939f93258c6a567fbbcfa33682919 (diff) |
- Added an error message for drplot
- Recalculated the XY data, so the response data is now calculated
based on growth rates instead of simple frond numbers
- Reduced the number of columns in the IM1xVibrio data
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@59 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'R')
-rw-r--r-- | R/drfit.R | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -330,6 +330,11 @@ drplot <- function(drresults, data, cat("will not be displayed\n") ctype = "none" } + } else { + if (ctype != "none") { + stop("There are no controls in the dataset, and therefore ", + "their scatter cannot be displayed\n") + } } lld <- log10(min(nonzerodata$dose)) lhd <- log10(max(nonzerodata$dose)) |