titanium | R Documentation |
The Titanium data set describes measurements of a certain property of titanium as a function of temperature.
data(titanium)
The format is:
Two columns called ‘x’ and ‘y’, the first being the temperature.
These data have become a standard test for data fitting since they are hard to fit by classical techniques and have a significant amount of noise.
Boor, C. de, and J. R. Rice (1968). Least squares cubic spline approximation II – Variable knots, CSD TR 21, Comp.Sci., Purdue Univ.
## Not run:
data(titanium)
plot(titanium)
grid()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.