[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.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
I released R package elliplot
version 1.1.0. This package contains ellipseplot
and midpoints
.
It is to visualize a correlation between 2 sets of independent observation with common factors. Details are written at http://tomizonor.wordpress.com/2013/04/29/ellipse-plot/
install
1. Download the package file elliplot_1.1.0.tar.gz
at
http://code.google.com/p/cowares-excel-hello/downloads/detail?name=elliplot_1.1.0.tar.gz
2. Install the package to R using install.packages()
function
install.packages('/path/to/downloaded/elliplot_1.1.0.tar.gz', repos=NULL, type='source')
3. Load the package
library(elliplot)
4. Use and enjoy
See examples at ? ellipseplot
.
I already submitted the package to CRAN, and it will be available at CRAN, maybe, in this winter. After that the installation procedure will be smarter.
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.