search for: junart

Displaying 1 result from an estimated 1 matches for "junart".

2012 Apr 11
1
row.names in dunes and dunes.env?
...occurs.  I've taken a look at the dune and dune.env datasets in vegan. Using the str() command gives me  > str(dune) 'data.frame':   20 obs. of  30 variables:  $ Belper: num  3 0 2 0 0 0 0 2 0 0 ...  $ Empnig: num  0 0 0 0 0 0 0 0 0 0 ...  $ Junbuf: num  0 3 0 0 0 0 0 0 0 0 ...  $ Junart: num  0 0 0 3 0 0 4 0 0 3 ...  ... However, when I try looking directly at the data frame using the edit command I see that there is a column called "row.names" to the left of "Belper". Likewise, when I use the str() command on dune.env I get > str(dune.env) 'data.fram...