Hi all,

I have a data with 18 sites and 36 species overall. Data set comprises of presence or absence values in binary. And the sample size differs for each site. basically it looks like as the following,

sites                sp1    sp2  sp3     .....sp36

site1 (n=28)     5        3     5       .....

site 2 (n=68)    2        0      8  

and so on. 

Please someone help me,

1. how can i arrange the data for easy analysis in R.

2. which package can be used to measure cumulative species richness

3. to avoid bias would like to do extrapolation to get an exact number of samples through rarefaction between the sites keeping area of the site as a parameter.

Similar questions and discussions