Skip to content
Prev 361624 / 398506 Next

Visualize Sparse Matrix.

Hi Francisco,
I tried this just to see if it would work. It did, after a while.

wtmat<-matrix(rnorm(4602*1817),nrow=4602)
library(plotrix)
x11(width=5,height=13)
color2D.matplot(wtmat,c(1,1,0),c(0,1,0),0,border=FALSE)

Jim

On Fri, Jun 10, 2016 at 8:27 AM, FRANCISCO XAVIER SUMBA TORAL
<xavier.sumba93 at ucuenca.ec> wrote: