differentiate_ec_curve: Differentiates an EC curve

View source: R/ec_computation.R

differentiate_ec_curveR Documentation

Differentiates an EC curve

Description

Computes the numerical derivative of an Euler Characteristic Curve curve using successive differences.

Usage

differentiate_ec_curve(ec_curve)

Arguments

ec_curve

(matrix) : The Euler Characteristic Curve from compute_standardized_ec_curve or compute_discrete_ec_curve.

Value

ec_curve (matrix): The differentiated Euler Characteristic Curve (DECT)


lcrawlab/SINATRA documentation built on Sept. 13, 2023, 2 p.m.