Learn R Programming

ocean (version 0.2-4)

fvcom.grid: Create a new FVCOM grid instance from a FVCOM NetCDF output file.

Description

Create a new FVCOM grid instance from a FVCOM NetCDF output file.

Usage

fvcom.grid(filename, proj)

Arguments

filename
The name of an output NetCDF file from FVCOM.
proj
A string to passed to proj4::project to convert x,y locations to latitude and longitude.

Value

An instance of the fvcom.grid class.