R/spm_dfdx.R

Defines functions spm_dfdx

spm_dfdx <-
function(f,f0,dx){
    dfdx  <- (as.vector(f) - as.vector(f0))/dx
    dfdx
    }

Try the FIAR package in your browser

Any scripts or data that you put into this service are public.

FIAR documentation built on June 5, 2018, 5:03 p.m.