maxent_summary: Summarize a maxent model

View source: R/maxent.R

maxent_summaryR Documentation

Summarize a maxent model

Description

Summarize a maxent model

Usage

maxent_summary(
  x,
  fmt = c("list", "dataframe", "tibble")[3],
  save_summary = FALSE,
  ...
)

Arguments

x

a MaxEnt model or a list of them.

fmt

character either 'list' or 'dataframe' or 'tibble' (same as 'dataframe') Defines the format of the output. If x is a list and fmt is 'list' then as list is returned, otherwise if x is a lists then a data.frame or tibble is returned.

save_summary

logical, if TRUE then save to a text file as summary.txt or summary.csv Ignored if x is a list

...

further arguments for maxent_write_summary, ignored if x is a list

Value

a list with summary information

  • path name of the model

  • auc AUC value

  • predictors vector of predictor names

  • contrib data.frame of contributions by each predictor

  • p_count number of presence points

  • b_cound number of background points

OR a tibble (data.frame) with the same info in one row


BigelowLab/dismotools documentation built on Jan. 4, 2023, 11:24 a.m.