Make a grid for calculating barriers for 2d landscapes
Source:R/barrier_batch.R
make_barrier_grid_2d.Rd
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
.