Description Usage Format Details References Examples
This data frame provides a regular grid of values of some predictor variables useful for modelling mackerel egg abundances. Its main purpose is to enable mackerel egg densities to be predicted over a regular spatial grid within the area covered by the 1992 mackerel egg survey (see mack
), using a fitted generalised additive model.
1 |
A data frame with 5 columns. Each row corresponds to one spatial location within the survey area. The columns are as follows:
Longitude of the gridpoint in degrees east
Latitude of the gridpoint in degrees north.
The sea bed depth at the gridpoint.
The distance from the gridpoint to the 200m sea bed depth contour.
Salinity interpolated onto the grid (from mack
measurements).
Surface temperature interpolated onto grid (from mack
data).
Temperature at 20m interpolated from mack
data.
An indexing vector that enables straightforward copying of
the other variables into a matrix suitable for plotting against longitude and
lattitude using image()
. See the example below.
The grid is defined on a series of 1/4 degree lon-lat squares.
Borchers, D.L., S.T. Buckland, I.G. Priede and S. Ahmadi (1997) "Improving the precision of the daily egg production method using generalized additive models". Can. J. Fish. Aquat. Sci. 54:2727-2742.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.