project_maxent_current_grids_mess: Project current maxent models across geographic space

View source: R/SDM_GEN_MAPPING_FUNCTIONS.R

project_maxent_current_grids_messR Documentation

Project current maxent models across geographic space

Description

This function takes the maxent models created by the 'fit_maxent_targ_bg_back_sel' function, and projects the model across geographic space - currently just for Australia.

Usage

project_maxent_current_grids_mess(
  taxa_list,
  maxent_path,
  current_grids,
  create_mess,
  mess_layers,
  save_novel_poly,
  maxent_table,
  output_path,
  poly_path,
  epsg
)

Arguments

taxa_list

Character string - The taxa to run maxent predictions for

maxent_path

Character string - The file path containing the existing maxent models

current_grids

Character string - Vector of current enviro conditions that you want to include

create_mess

Logical - Create mess maps of the predictions (T/F)?

mess_layers

Logical - Save mess maps of the each layer as .png (T/F)?

save_novel_poly

Character string - Save the novel areas as polygons?

output_path

Character string - The file path where the polygon data will be saved

poly_path

Character string - file path to feature polygon layer.

epsg

Numeric - ERSP code of coord ref system to be translated into WKT format

Details

It uses the rmaxent package https://github.com/johnbaums/rmaxent


HMB3/nenswniche documentation built on Jan. 31, 2023, 11:46 p.m.