calculate_taxa_habitat_fire_features | R Documentation |
Takes a habitat suitability layer, and intersects it with a fire suitability layer.
calculate_taxa_habitat_fire_features( taxa_list, analysis_df, taxa_level, targ_maxent_table, target_path, output_path, thresh_path, intersect_name, intersect_path, intersect_patt, main_int_layer, second_int_layer, template_raster, poly_path, epsg )
taxa_list |
Character string - The taxa to run maxent predictions for |
analysis_df |
spdf - The spatial table of maxent records for all taxa |
taxa_level |
Character string - The taxonomic level of analysis |
targ_maxent_table |
data frame - table of maxent results for target taxa |
target_path |
Character string - The file path containing the existing maxent models |
output_path |
Character string - The file path containing the intersecting layers |
thresh_path |
Character string - The file path containing the thresh-holded layers |
intersect_name |
Character string - The file name for the output intersecting layers |
intersect_path |
Character string - The file path containing the intersected layers |
intersect_patt |
Character string - The pattern for the intersected layers |
main_int_layer |
Simple features polygon - The main layer to intersect with the habitat layer (e.g. fire) |
second_int_layer |
Simple features polygon - The 2nd layer to intersect with the habitat layer (e.g. Veg) |
template_raster |
Raster::raster - Grid with the analysis extent and resolution |
poly_path |
Character string - file path to feature polygon layer |
epsg |
Numeric - ERSP code of coord ref system to be translated into WKT format |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.