R/prob.table.R

prob.table <-
function(mod){
  if("omitted" %in% names(mod)){
    warning("The co-occurrence model was run using 'thresh = TRUE.' The probability table may not include all species pairs")
  }
  mod$results
}

Try the cooccur package in your browser

Any scripts or data that you put into this service are public.

cooccur documentation built on May 2, 2019, 6:44 a.m.