R/prob.table.R

Defines functions prob.table

Documented in prob.table

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
}
griffithdan/cooccur documentation built on May 17, 2019, 8:37 a.m.