make_barrier_grid_2d {simlandr} | R 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 |
start_location_value , start_r , end_location_value , end_r |
Default values for finding local minimum. See |
df |
A data frame for the variables. Use |
print_template |
Print a template for |
Value
A barrier_grid_2d
object that specifies the condition for each barrier calculation.
[Package simlandr version 0.3.1 Index]