powered by
Return a the derivative of the concentration profile simulated
Derv( npoints = 2, h, Ox, mode = "Forward", Derivative = "First", CoefMat = FALSE )
number of points to be used for the derivative
space for the finite difference
data upon the derivative is calculated
"Forward" or "Backward" the derivative will be calculated for the npoints
"First" or "Second" derivative to calculate
if T return the derivative coefficient matrix for selected derivative
a vector with the derivative requested or the coefficient of such derivative
# NOT RUN { Derv(npoints = 2, h = 0.13, Ox = matrix(c(1,2), nrow = 1), mode = "Forward", Derivative = "First") # }
Run the code above in your browser using DataLab