Intermact API Reference / @intermact/core / areaUnderCurve
Function: areaUnderCurve()
areaUnderCurve(
handle,fn,range,opts?):IMObject2D
Defined in: packages/core/src/constructs/graphs.ts:51
Filled region between fn(x) and a baseline over a data x range.
Parameters
handle
fn
(x) => number
range
opts?
AreaOptions = {}