Displaying 2 results from an estimated 2 matches for "labrida".
Did you mean:
  labridae
  
2011 Jan 19
2
count of factors
...I   9
5          42         MB Tarragona    Creixell Control I   9
6          42         MB Tarragona    Creixell Control I   9
               ID_SPECIES         WEIGHT  SIZE   N    FAMILIA
1 Spondyliosoma cantharus    15.64     10     1    Sparidae
2  Symphodus melanocercus  11.21     10      1   Labridae
3       Diplodus vulgaris         30.20     10      2   Sparidae
4       Diplodus vulgaris         52.24     12      2   Sparidae
5         Diplodus sargus        221.41    14     5    Sparidae
6      Diplodus annularis         3.47       6      1    Sparidae
The table function of the column FAMI...
2011 Feb 02
3
reshape data, adding rows to dataframe
...I   9
5          42         MB Tarragona    Creixell Control I   9
6          42         MB Tarragona    Creixell Control I   9
               ID_SPECIES         WEIGHT  SIZE   N    FAMILIA
1 Spondyliosoma cantharus    15.64     10     1    Sparidae
2  Symphodus melanocercus  11.21     10      1   Labridae
3       Diplodus vulgaris         30.20     10      2   Sparidae
4       Diplodus vulgaris         52.24     12      2   Sparidae
5         Diplodus sargus        221.41    14     5    Sparidae
6      Diplodus annularis         3.47       6      1    Sparidae
I have been trying to duplicate the r...