In packages like marray and limma, when complex objects are loaded, they contain \"members variables\" that are accessed using the @ symbol. What does this mean and how does
You will want to read up on S4 classes which use the @ symbol.