diff options
author | Anil Tellbuescher <anil@tellbuescher.online> | 2025-01-11 13:38:07 +0100 |
---|---|---|
committer | Anil Tellbuescher <anil@tellbuescher.online> | 2025-01-11 13:38:07 +0100 |
commit | a2cc5039c5c4df712d2a80d0c5e87acb4b243616 (patch) | |
tree | 50455b3675ae4da62aab6901e44f85f730720281 /NAMESPACE | |
parent | ab87412a265039b58a59ad063def78b8aa8dfa31 (diff) |
import graphics::lines
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |