surfaceIndex: Compute the 6 parameters needed to lay out the grid for the...

View source: R/surfaceIndex.R

surfaceIndexR Documentation

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

eList <- Choptank_eList
Daily <- getDaily(eList)
surfaceIndex(Daily)

USGS-R/EGRET documentation built on Feb. 9, 2024, 5:30 p.m.