spline {stats} R Documentation

Interpolating Splines

Description

Usage

spline(data,
    algorithm = BSpline);

Arguments

data

a set of the point data, could be a dataframe object that contains two data field: x and y, or a tuple list object contains two slot element: x and y. or just a vector of the clr Point or PointF object

Details

Authors

sciBASIC.NET

Value

this function returns data object of type any kind.

clr value class

Examples


[Package stats version 5.0.1.2389 Index]