Re: [R] How to create following chart for visualizing multivariate time series

2008-03-15 Thread David Winsemius
Megh Dal <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > Let me take an artifical matrix : > > dat = matrix(rnorm(200*200), 200, 200) > > My goal is to visualize this matrix according to the procedure, > described in previous mails. I took Mendelssohn's advice and got > fol

Re: [R] How to create following chart for visualizing multivariate time series

2008-03-15 Thread Megh Dal
Let me take an artifical matrix : dat = matrix(rnorm(200*200), 200, 200) My goal is to visualize this matrix according to the procedure, described in previous mails. I took Mendelssohn's advice and got following advice : ?plot.im Z <- setcov(owin()) plot(Z) ..

Re: [R] How to create following chart for visualizing multivariate time series

2008-02-03 Thread Johannes Hüsing
Megh Dal <[EMAIL PROTECTED]> [Sun, Feb 03, 2008 at 12:17:00PM CET]: > Can anyone here please tell me whether is it possible to > produce a chart displayed in http://www.datawolf.blogspot.com/ > in R for visualizing multivariate time series? If possible how? Assuming you mean http://bp0.blogger.

[R] How to create following chart for visualizing multivariate time series

2008-02-03 Thread Megh Dal
Hi all, Can anyone here please tell me whether is it possible to produce a chart displayed in http://www.datawolf.blogspot.com/ in R for visualizing multivariate time series? If possible how? Regards, - [[alternative HTML version deleted]] __