Skip to contents

Compare multiple space use methods by generating points for each

Usage

compare_space_use_methods(
  space_use_results,
  track_data,
  methods = c("convex_hull", "constrained_convex_hull", "bounding_box"),
  n_points = 100,
  fish_ids = NULL,
  time_periods = NULL,
  reference_raster = NULL
)

Arguments

space_use_results

Output from calculate_space_use function

track_data

Original track data

methods

Vector of methods to compare

n_points

Number of points per method

fish_ids

Which fish to include

time_periods

Which time periods to include

reference_raster

Optional reference raster

Value

A data frame containing generated points for each method with comparison metadata