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