Learn R Programming

EGRET (version 2.3.0)

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)

Arguments

Daily
data frame containing the daily values, default is Daily

Value

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

Examples

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

Run the code above in your browser using DataLab