R/dfo.R

#' dfo: Handle Dept. Fisheries & Oceans Data Formats
#'
#' @description
#'
#' The `dfo` package provides functions for working with
#' Oceanographic datasets provided by the Department of
#' Fisheries and Oceans, Canada.
#'
#' @details
#'
#' This package supplies functions for reading DFO data, returning
#' objects that are based on the `oce` base class.  Because
#' of this, the return values can be easily summarized, plotted,
#' and otherwise manipulated easily with `oce` functions.
#' This is illustrated within examples provided in
#' the documentation for the various `dfo` functions.
#'
#' @docType package
#' @name dfo
NULL
dankelley/dfo documentation built on Nov. 21, 2022, 2:35 a.m.