make_barrier_grid_2d: Make a grid for calculating barriers for 2d landscapes

View source: R/barrier_batch.R

make_barrier_grid_2dR Documentation

Make a grid for calculating barriers for 2d landscapes

Description

Make a grid for calculating barriers for 2d landscapes

Usage

make_barrier_grid_2d(
  ag,
  start_location_value,
  start_r,
  end_location_value,
  end_r,
  df = NULL,
  print_template = FALSE
)

Arguments

ag

An arg_grid object.

start_location_value, start_r, end_location_value, end_r

Default values for finding local minimum. See calculate_barrier().

df

A data frame for the variables. Use print_template = TRUE to get a template.

print_template

Print a template for df.

Value

A barrier_grid_2d object that specifies the condition for each barrier calculation.


simlandr documentation built on Nov. 16, 2022, 1:12 a.m.