Data frames

 A data frame is a list with class data.frame. There are restrictions on lists that may be made into data frames, namely

Data frames may in many ways be regarded as a matrix with columns possibly of differing modes and attributes. It may be displayed in matrix form, and its rows and columns extracted using matrix indexing conventions.



 

Jeff Banfield
2/13/1998