|
16 | 16 | #' @format a data frame with 8,507 rows and 184 variables (each species/lifestage gets a column): |
17 | 17 | #' \describe{ |
18 | 18 | #' \item{hauljoin}{A numeric value for joining catch data between catch and haul tables.} |
19 | | -#' \item{region}{EFH area (EBS, GOA, or AI)} |
| 19 | +#' \item{region}{EFH area (GOA)} |
20 | 20 | #' \item{subregion}{Subregion.} |
21 | 21 | #' \item{vessel}{Vessel ID from the survey; matches RACEBASE, FOSS, others} |
22 | 22 | #' \item{cruise}{Cruise ID number} |
|
25 | 25 | #' @usage data(region_data_goa) |
26 | 26 | "region_data_goa" |
27 | 27 |
|
| 28 | +#' EBS region data for abundance for EFH species and lifestages included in the 2023 Review |
| 29 | +#' |
| 30 | +#' The variables are as follows: |
| 31 | +#' @format a data frame with 15,592 rows and 184 variables (each species/lifestage gets a column): |
| 32 | +#' \describe{ |
| 33 | +#' \item{hauljoin}{A numeric value for joining catch data between catch and haul tables.} |
| 34 | +#' \item{region}{EFH area (EBS)} |
| 35 | +#' \item{subregion}{Subregion.} |
| 36 | +#' \item{vessel}{Vessel ID from the survey; matches RACEBASE, FOSS, others} |
| 37 | +#' \item{cruise}{Cruise ID number} |
| 38 | +#' \item{haul}{Haul number} |
| 39 | +#' } |
| 40 | +#' @usage data(region_data_ebs) |
| 41 | +"region_data_ebs" |
| 42 | + |
| 43 | +#' AI region data for abundance for EFH species and lifestages included in the 2023 Review |
| 44 | +#' |
| 45 | +#' The variables are as follows: |
| 46 | +#' @format a data frame with 5,347 rows and 184 variables (each species/lifestage gets a column): |
| 47 | +#' \describe{ |
| 48 | +#' \item{hauljoin}{A numeric value for joining catch data between catch and haul tables.} |
| 49 | +#' \item{region}{EFH area (AI)} |
| 50 | +#' \item{subregion}{Subregion.} |
| 51 | +#' \item{vessel}{Vessel ID from the survey; matches RACEBASE, FOSS, others} |
| 52 | +#' \item{cruise}{Cruise ID number} |
| 53 | +#' \item{haul}{Haul number} |
| 54 | +#' } |
| 55 | +#' @usage data(region_data_ai) |
| 56 | +"region_data_ai" |
| 57 | + |
28 | 58 | #' GOA covariate data |
29 | 59 | #' |
30 | 60 | #' A terra SpatRaster containing environmental covariates for the GOA, |
|
45 | 75 | #' @name raster_stack |
46 | 76 | #' @usage data(raster_stack) |
47 | 77 | "raster_stack" |
| 78 | + |
| 79 | + |
0 commit comments