calculate_habitat_categories_intersect | R Documentation |
Takes a habitat suitability layer, and intersects it with a categorical featurelayer.
calculate_habitat_categories_intersect( taxa_list, targ_maxent_table, target_path, output_path, thresh_path, category_layer, numeric_col, template_raster, poly_path, epsg )
taxa_list |
Character string - The taxa to run maxent predictions for |
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 to save the function output |
thresh_path |
Character string - The file path to save the function output |
category_layer |
Feature layer - The file containing categorical features (e.g. fire intensity) |
numeric_col |
Character string - The column for the category layer |
template_raster |
Raster::raster - template raster with study 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.