surfplot: Plotting Interpolated Surfaces

View source: R/surfaceplot.R

surfplotR Documentation

Plotting Interpolated Surfaces

Description

accounts for corner case parameter spellings, variable specific contour breaks are (need to be) defined

Usage

surfplot(rnge = c(201402, 201404), params = c("c6chl", "sal"),
  fdir = getOption("fdir"), yext = c(2772256, 2798000), xext = c(518000.2,
  566000))

Arguments

rnge

numeric string of no more than two dates in yyyymm format

params

character. string of parameter fields to plot

fdir

character file path to local data directory

yext

numeric length 2 y extent

xext

numeric length 2 x extent

Value

output plots to plot window

Author(s)

Jemma Stachelek

Examples

## Not run: 
surfplot(rnge = c(200707), params = c("cdom"))
surfplot(201513, c("ph", "c6turbidity", "c6chl", "c6cdom"),
yext = c(2786102, 2797996), xext = c(557217, 567415))

## End(Not run)

jsta/DataflowR documentation built on Sept. 27, 2022, 11:13 p.m.