iphc_sets | R Documentation |
These data are best used for spatiotemporal analyses. Also see the gfiphc package which implements a design-based index standardization. Data from 1998 onwards come from the IPHC website. Data from 1996 and 1997 come from local spreadsheets as described in gfiphc.
iphc_sets
iphc_catch
Once the 2 data frames are joined, a data frame with these columns:
Year
Station ID
A unique station key from IPHC; occasionally there are multiple sets at the same station
but this column is always unique. It's also unique across years.
Longitude (mid point)
Latitude (mid point)
Scientific name
Number of hooks observed for non-halibut species
Number of hooks with the species of interest
Logical: standard grid stations through time as defined in gfiphc
Logical: inside Vancouver Island waters (2018 only) vs. anywhere else; you may want to exclude these from spatiotemporal modelling
Sample type (first 20 hooks vs. all hooks)
Soak time
Temperature in degrees C
Depth in m
Species common name
An object of class tbl_df
(inherits from tbl
, data.frame
) with 290103 rows and 6 columns.
One likely wants to join the data frames. E.g.
iphc <- dplyr::inner_join(iphc_catch, iphc_sets)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.