On 10/20/07, Björn Helgason <[EMAIL PROTECTED]> wrote: > What I want to do is able to show relationships > > something(s#) in a time(t#) and a place(p#) > being able to shift the matrix in order to switch between representations of > contents and labels > > t0 t1 t2 > s0 p1 p1 p1 > s1 p2 p2 p2 > s2 p1 p2 p1 > s3 p2 p1 p1 > > I am not absolutely sure how to do the switch and turn the matrix to display > in the grid or grids.
I do not understand what you mean by "shift" or "switch". That said, it sounds almost as if you are looking for: s=:;:'s0 s1 s2 s3' t=:;:'t0 t1 t2' s["0/t s]"0/t -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
