aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NAMESPACE4
-rw-r--r--R/linearity.R1
2 files changed, 5 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 5f98a2a..95e274b 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -11,12 +11,16 @@ S3method(loq,default)
S3method(loq,lm)
export(calplot)
export(inverse.predict)
+export(linearity)
export(lod)
export(loq)
+importFrom(graphics,abline)
importFrom(graphics,legend)
+importFrom(graphics,lines)
importFrom(graphics,matlines)
importFrom(graphics,plot)
importFrom(graphics,points)
+importFrom(stats,median)
importFrom(stats,optimize)
importFrom(stats,predict)
importFrom(stats,qt)
diff --git a/R/linearity.R b/R/linearity.R
index 759b288..8970fe7 100644
--- a/R/linearity.R
+++ b/R/linearity.R
@@ -29,6 +29,7 @@
#' @author Anil Axel Tellbüscher
#'
#' @importFrom graphics abline
+#' @importFrom graphics lines
#' @importFrom stats median
#'
#' @examples

Contact - Imprint