Re: [R] Data Structures

2008-03-12 Thread Rolf Turner
?list On 13/03/2008, at 3:50 PM, Scott Romans wrote: > Matlab has an aggregate variable called a structure, which consists of > component variables each of which can be of a different data type and > dimension. For example, I can have a single structure Model which > consists of Model.variable1,

Re: [R] Data Structures

2008-03-12 Thread Erik Iverson
Hello - Scott Romans wrote: > Matlab has an aggregate variable called a structure, which consists of > component variables each of which can be of a different data type and > dimension. For example, I can have a single structure Model which > consists of Model.variable1, Model.variable2, and