
Plot space use areas with generated random points
Source:R/1.7.11_function_space_use_point_generation_part2.R
plot_space_use_points.Rd
Plot space use areas with generated random points
Usage
plot_space_use_points(
space_use_points,
track_data,
space_use_results,
fish_select = NULL,
time_select = NULL,
background_raster = NULL,
reference_raster = NULL,
show_space_use = TRUE,
show_track = TRUE,
show_points = TRUE
)
Arguments
- space_use_points
Output from generate_random_points_in_space_use
- track_data
Original track data
- space_use_results
Original space use results
- fish_select
Which fish to plot
- time_select
Which time period to plot
- background_raster
Optional background raster
- reference_raster
Optional reference raster for grid visualization
- show_space_use
Whether to show space use area outline/cells
- show_track
Whether to show original track
- show_points
Whether to show generated points