[Bug 220279] [NEW PORT] math/R-cran-aplpack: Set of functions for drawing some special plots

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 26 21:33:26 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220279

--- Comment #2 from Yuri Victorovich <yuri at rawbw.com> ---
The easy way to test it is to start R and paste the following code.
It will show the bagplot of the random 2D dataset.

---testcase---
library(aplpack)
# example: 100 random points and one outlier
dat<-cbind(rnorm(100)+100,rnorm(100)+300)
dat<-rbind(dat,c(105,295))
bagplot(dat,factor=2.5,create.plot=TRUE,approx.limit=300,
   show.outlier=TRUE,show.looppoints=TRUE,
   show.bagpoints=TRUE,dkmethod=2,
   show.whiskers=TRUE,show.loophull=TRUE,
   show.baghull=TRUE,verbose=FALSE)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list