boxplotdbl 1.2.2 and diaplt 1.2.1 packages are now available at CRAN

[This article was first published on ЯтомизоnoR » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

The boxplotdbl 1.2.2 and the diaplt 1.2.1 are listed at CRAN.  Now the procedure to install, load and use the package is:

install.packages('boxplotdbl')
library(boxplotdbl)
f <- as.factor(rep(1:2, each=5))
boxplotdou(f, rnorm(10), f, runif(10))

install.packages('diaplt')
library(diaplt)
beadsplot(1:2)

If you see a message that a binary package is not available, use the following.

install.packages('boxplotdbl', type='source')

There is a delay of building binaries for Windows and Mac OS, as a usual schedule of CRAN listing.

Fig. 1. Double Box Plot

Fig. 1. Double Box Plot

Both are improved from the public beta on October, I thank again to everyone who used the beta, shared it, and commented to me.


To leave a comment for the author, please follow the link and comment on their blog: ЯтомизоnoR » R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)