Skip to content
Prev 44453 / 398526 Next

interesting feature

You are adding a row with name "1" each time.  R just adds a suffix to 
make it unique.  What you call indices are the *row names* of the data 
frame.

Suppose the row name had been "Eden".  Then "Eden1" and "Eden2" make more 
sense than your suggestions.
On Wed, 18 Feb 2004, Svetlana Eden wrote:

            
You need "11": it is a row name and not a row index.