dadx: Title dadx

Description Usage Arguments Value Examples

View source: R/dadx.R

Description

calculates the ratio of two differential according to the value of d.step

Usage

1
dadx(x, a, d.step = 2)

Arguments

x

denominator variable for calculating da

a

numerator variable for calculating dt

d.step

step of differentiation

Value

ratio of two differential of the tw0 input variables

Examples

1
2
3
4
5
6
npoints=100
seed=42
x1=round(runif(npoints,0,1), 2)
seed=1234
x2=round(runif(npoints,0,1), 2)
xdiff <- dadx(x1,x2)

takos documentation built on Jan. 13, 2021, 4:11 p.m.

Related to dadx in takos...