![]() |
![]()
| ![]() |
![]()
NAMEspline - interpolate smooth curve SYNOPSISspline [ option ] ... DESCRIPTIONspline takes pairs of numbers from the standard input as abcissas and ordinates of a function. It produces a similar set, which is approximately equally spaced and includes the input set, on the standard output. The cubic spline output (R. W. Hamming, Numerical Methods for Scientists and Engineers, 2nd ed., 349ff) has two continuous derivatives, and sufficiently many points to look smooth when plotted, for example by graph(1). The following options are recognized, each as a separate argument.
SEE ALSOgraph(1), plot(1) DIAGNOSTICSWhen data is not strictly monotone in x, spline reproduces the input without interpolating extra points.
|