diff options
Diffstat (limited to 'demo/antifoul.R')
-rw-r--r-- | demo/antifoul.R | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demo/antifoul.R b/demo/antifoul.R new file mode 100644 index 0000000..be63bff --- /dev/null +++ b/demo/antifoul.R @@ -0,0 +1,5 @@ +require(drfit) +data(antifoul) +rantifoul <- drfit(antifoul) +rantifoul +drplot(rantifoul,antifoul,overlay=TRUE,bw=FALSE) |