Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 19 found.
[1] < 1 2 > [2]  Sort:

pdd (Package: ocean) : Plot the density of x and y on grid.

Plots the distribution of x and y on grid. This function follows the method described in Simons et al 2013: first vertically integrating the data, then dividing by the number of particles spawned, and finally applying an Gaussian blur filter. The coordinates should be passed in as x,y in meters, then are inverse projected into lat/long using the PROJ.4 library.
● Data Source: CranContrib
● Keywords:
● Alias: pdd, pdd,fvcom.grid-method
● 0 images

validFVCOMGrid (Package: ocean) : Check if a code{fvcom.grid

Check if a fvcom.grid instance is valid.
● Data Source: CranContrib
● Keywords:
● Alias: validFVCOMGrid
● 0 images

lines (Package: ocean) : Plot an instance of the code{fvcom.grid

Plot an instance of the fvcom.grid class and overlay the trajectories given by xy.
● Data Source: CranContrib
● Keywords:
● Alias: lines, lines,fvcom.grid-method
● 0 images

fvcom.grid-class (Package: ocean) : Finite Volume Community Ocean Model grid

fvcom.grid provides a represenation of the unstructured triangular sigma grid used by the Finite Volume Community Ocean Model (FVCOM). As a disclaimer, please note that the author of this package is a user of FVCOM, but is not affiliated with its development.
● Data Source: CranContrib
● Keywords:
● Alias: fvcom.grid-class
● 0 images

interp (Package: ocean) : Convert a single scalar or node based quantity to element based.

The length of x determines how it will be treated. If x has length 1, it is returned as a single color. If the length of x is the number of nodes in the grid, its value for each element is calculated as the average of the value at the adjoining nodes. If the length of x is the number of elements in the grid, it is returned as is. Any other values throw an error.
● Data Source: CranContrib
● Keywords:
● Alias: interp, interp,fvcom.grid-method
● 0 images

get.nnodes (Package: ocean) : Get the number of nodes in the grid.

Get the number of nodes in the grid.
● Data Source: CranContrib
● Keywords:
● Alias: get.nnodes, get.nnodes,fvcom.grid-method
● 0 images

is.in.grid (Package: ocean) : Checks if the points (xy$x, xy$y) are in the code{fvcom.grid

Checks if the points (xy$x, xy$y) are in the fvcom.grid grid.
● Data Source: CranContrib
● Keywords:
● Alias: is.in.grid, is.in.grid,fvcom.grid-method
● 0 images

image (Package: ocean) : Plot a code{fvcom.grid

Given a vector of data, this function plots the data as a heatmap on an unstructured grid. The length of the data vector must be as long as either the number nodes in the grid or the number of elements in the grid. The grid is currently stored as a data.frame, but will be converted to an S4 object in the future.
● Data Source: CranContrib
● Keywords:
● Alias: image, image,fvcom.grid-method
● 0 images

get.proj (Package: ocean) : Get the value of the projection string.

Get the value of the projection string.
● Data Source: CranContrib
● Keywords:
● Alias: get.proj, get.proj,fvcom.grid-method
● 0 images

bathy.colors (Package: ocean) : Generate a sequence of colors for plotting bathymetric data.

bathy.colors(n) generates a sequence of n colors along a linear scale from light grey to pure blue.
● Data Source: CranContrib
● Keywords:
● Alias: bathy.colors
● 0 images