aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnil Tellbuescher <anil@tellbuescher.online>2025-01-11 13:38:07 +0100
committerAnil Tellbuescher <anil@tellbuescher.online>2025-01-11 13:38:07 +0100
commita2cc5039c5c4df712d2a80d0c5e87acb4b243616 (patch)
tree50455b3675ae4da62aab6901e44f85f730720281
parentab87412a265039b58a59ad063def78b8aa8dfa31 (diff)
import graphics::lines
-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