View source: R/abundfunctions.R
| toprab | R Documentation | 
Converts abundance matrix into binary (logical) presence/absence
matrix (TRUE if
abundance>0). 
toprab(prabobj)
| prabobj | object of class  | 
Logical matrix with same dimensions as prabobj$prab as described above.
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en
  data(siskiyou)
  x <- prabinit(prabmatrix=siskiyou, neighborhood=siskiyou.nb,
             distance="none")
  toprab(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.