AZMP

Description

Here's a description of the Calanus data collected under the Atlantic Zonal Monitoring Program (AZMP)

Access

Here are links to data repositories:

Examples

Here is an example for how to download and plot these data

1
2
3
4
5
# read in the data
d <- readRDS('path/to/data.rds')

# plot
plot_data(d)