dthetadz_dDtheliqdz: Calculation of producto of derivative of theta and D...

Description Usage Arguments Examples

Description

Function is defined to calculate mixed term derivative products using lagging formula and Newton formula for linearizing nonlinear term

Usage

1
dthetadz_dDtheliqdz(i, j, X = matrix(NA, nrow = 4, ncol = 4), tim)

Arguments

i
j
X
tim

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (i, j, X = matrix(NA, nrow = 4, ncol = 4), tim)
{
    if (j < 3) {
        result <- 1
    }
    else {
        result <- 1
    }
    return(result)
  }

rventuradiaz/baresoilevap documentation built on Nov. 17, 2019, 11:06 a.m.