Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2017 21:33:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220279] [NEW PORT] math/R-cran-aplpack: Set of functions for drawing some special plots
Message-ID:  <bug-220279-13-0VdoALgNRp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220279-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220279-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220279

--- Comment #2 from Yuri Victorovich <yuri@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=3D2.5,create.plot=3DTRUE,approx.limit=3D300,
   show.outlier=3DTRUE,show.looppoints=3DTRUE,
   show.bagpoints=3DTRUE,dkmethod=3D2,
   show.whiskers=3DTRUE,show.loophull=3DTRUE,
   show.baghull=3DTRUE,verbose=3DFALSE)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220279-13-0VdoALgNRp>