Taiyun Wei
About my work and thoughts.
Thursday, December 8, 2011
Some example graphs in corrplot 0.60
›
corrplot 0.60 is on CRAN now, here are some example graphs:
1 comment:
Wednesday, April 22, 2009
Visulization of correlation matrix 2
›
The plot.corr() function was updated, now it can 1. Add colorkey and text labels more flexible. 2. Reorder the variables using PCA or hierar...
2 comments:
Tuesday, March 24, 2009
Comparison of different circle graphs
›
See in my Picasa here and get corrplot package here . Thanks Bob O'Hara's advice:) I found people's tastes differ, so input par...
1 comment:
Sunday, March 22, 2009
Play Sliding Puzzles on R
›
The code was shared on my google docs. See it here.
2 comments:
Friday, March 13, 2009
Visulization of correlation matrix
›
Color Image data(mtcars) fit = lm(mpg ~ ., mtcars) cor = summary(fit, correlation = TRUE)$correlation cor2 = t(cor[11:1, ]) colors = c(...
19 comments:
›
Home
View web version