Learn R Programming

EGRET (version 3.0.9)

surfaceIndex: Compute the 6 parameters needed to lay out the grid for the surfaces computed in estSurfaces

Description

The code here is a repetition of the first part of the code for estSurfaces

Usage

surfaceIndex(Daily)

Value

surfaceIndexParameters a numeric vector of length 6, defining the grid for the surfaces

Arguments

Daily

data frame containing the daily values, default is Daily

Examples

Run this code
eList <- Choptank_eList
Daily <- getDaily(eList)
surfaceIndex(Daily)

Run the code above in your browser using DataLab