Re: [R] representing points in 3D space with trajectories over time

2013-10-18 Thread Umut Toprak
Thank you Greg I will likely go with a list of data frames as each data frame will represent independent entities and as the syntax will probably be better that way. I did find it puzzling that multidimensional data frame or the ability to hold a vector in a cell of a data frame was not added in

Re: [R] representing points in 3D space with trajectories over time

2013-10-17 Thread Greg Snow
If all your data is numeric then you can use an array instead of a data frame and arrays can easily be 3, 4, or higher dimensional. Or you can use a data frame with a column each for x, y, z, and time; with possible other columns representing groups or other attributes, essentially a 3 dimensional