integrate: Generic for Numerical Integration

View source: R/methods.R

integrateR Documentation

Generic for Numerical Integration

Description

S3 generic that dispatches to integrate.lgspline for fitted lgspline objects and falls back to integrate for ordinary functions.

Usage

integrate(f, ...)

## Default S3 method:
integrate(f, ...)

Arguments

f

A fitted model object or a function.

...

Arguments passed to methods.


lgspline documentation built on May 8, 2026, 5:07 p.m.