View source: R/SDM_GEN_MAPPING_FUNCTIONS.R
project_maxent_current_grids_mess | R Documentation |
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.
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 )
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 |
It uses the rmaxent package https://github.com/johnbaums/rmaxent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.