Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/dataResampling.R
resamp.1s is used for resampling data within a community dataset
| 1 | resamp.1s(obj)
 | 
| obj | a community dataset in spacodiR format (see  | 
A resampling procedure for a species-by-plots matrix, where observed abundances are shuffled across species and plots.
A shuffled dataset
Timothy Paine and Jonathan Eastman
HARDY OJ. 2008. Testing the spatial phylogenetic structure of local communities: statistical performances of different null models and test statistics on a locally neutral community. Journal of Ecology 96:914-926.
spacodi.by.nodes for permutation tests of community diversity and additional randomization methods; 
see spacodi.calc for the main underlying function; randomizeMatrix
| 1 2 3 4 5 6 | data(sp.example)
attach(sp.example)
spl
# shuffle dataset
resamp.1s(obj=spl) 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.