calculate_habitat_categories_intersect: Intersect habitat suitability feature layers with other...

calculate_habitat_categories_intersectR Documentation

Intersect habitat suitability feature layers with other categorical feature layer (e.g. Fire).

Description

Takes a habitat suitability layer, and intersects it with a categorical featurelayer.

Usage

calculate_habitat_categories_intersect(
  taxa_list,
  targ_maxent_table,
  target_path,
  output_path,
  thresh_path,
  category_layer,
  numeric_col,
  template_raster,
  poly_path,
  epsg
)

Arguments

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


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