Lookup the prediction grid

lookup_grid(
  x,
  years,
  max_latitude,
  min_latitude,
  max_longitude,
  min_longitude,
  mean_depth,
  sd_depth,
  max_depth = Inf,
  data = california_current_grid
)

Arguments

x

The raw survey data

years

The years to use for predictions

max_latitude

The maximum latitude for predictions

min_latitude

The minimum latitude for predictions

max_longitude

The maximum longitude for predictions

min_longitude

The minimum longitude for predictions

mean_depth

The mean depth to use

sd_depth

The sd of depth to use

max_depth

Maximum depth, defaults to Inf

data

the name of the grid, defaults to california_current_grid (WCGBTS)