R/tracers2Drgl.R

Defines functions tracers2Drgl

Documented in tracers2Drgl

## =============================================================================
## =============================================================================
## Tracers in 2D using rgl
## =============================================================================
## =============================================================================

tracers2Drgl <- function(x, y, colvar = NULL, ..., 
  col = NULL, NAcol = "white", breaks = NULL,
  colkey = FALSE, clim = NULL, clab = NULL) {
   z <- rep (1.001, length.out = length(x))
   tracers3Drgl(x, y, z, colvar = colvar, 
     col = col, NAcol = NAcol, breaks = breaks, colkey = colkey,
     clim = clim, clab = clab, ...)
}

Try the OceanView package in your browser

Any scripts or data that you put into this service are public.

OceanView documentation built on July 12, 2021, 9:06 a.m.