Learn R Programming

refund (version 0.1-40)

eval_bs: Evaluate B-spline at new points using stored specification

Description

Evaluate B-spline at new points using stored specification

Usage

eval_bs(x, spec)

Value

B-spline basis matrix.

Arguments

x

Numeric vector of evaluation points.

spec

Specification from [make_bs_spec()].