Double Box Plot package boxplotdbl 1.2.0 released
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
This article describes changes from the first release on March 2013, including changes from the beta release of package boxplotdbl.
New features
Newly supported arguments:
- col
- COLOR.SHEER
- factor.labels
- draw.legend
- shading
- shading.angle
- blackwhite
- STAT
Implicitly supported arguments:
following boxplot color parameters were added.
- medcol
- whiskcol
- staplecol
- boxcol
- outcol
- outbg
Newly supported variable type in S3 method:
- factor
- accepts four vectors instead of two data.frames
- formula
- accepts two sets of formula and data.frame
- list
- accepts a saved stat output of boxplotdou.
Important changes
Following arguments were removed
at the release on April 2013, because these were actually not working;
color
, color.sheer
and pars
.
Output value format is changed.
Previous output is available as an item of $stat
. This change is to enable replay by previous output by bodplotdou.list(x, ...)
.
Roll of name.on.axis
argument was slightly changed,
name.on.axis=TRUE
is now to show lables by abbreviation (a, b, c, ...)
. Previsously, the value was to show labels by full name. To do the same, name.on.axis=NUL
L or =factor.labels
must be specified. The default action is unchanged, showing full names. The roll of FALSE
is unchanged. This change is to make the action compatible to factor.labels
.
Example of showing new features
boxplotdou(Sepal.Length~Species, iris, Sepal.Width~Species, iris, shading=TRUE, factor.labels=FALSE, name.on.axis=TRUE, boxcol='orange')
Download is available at http://code.google.com/p/cowares-excel-hello/downloads/list?q=label:boxplotdbl_r .
Expected to be available at CRAN soon.
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.