eval_derivative_part: Evaluate subexpressions of a derivative returned by...

View source: R/analysis.R

eval_derivative_partR Documentation

Evaluate subexpressions of a derivative returned by analyze_behavior()

Description

This functions works like eval_derivative(), but instead of evaluating the entire derivative, it will evaluate parts of it (delimited by ()).

Usage

eval_derivative_part(derivative)

Arguments

derivative

Derivative with concentration values returned by analyze_behavior().

Value

A numeric named vector value representing the result of each part of the the derivative. The names of the results are the evaluated subexpressions.


DanielKneipp/DNAr documentation built on Jan. 7, 2023, 12:42 p.m.