Description Usage Format Source References Examples
This subset is intended to give an exmaple of interpolation, it is a subset of volcano with 13 rows and 17 columns from the original data.
1 |
A data frame with 1947 observations on the following 3 variables.
x
X axis coordinates.
y
Y axis coordinates.
z
Values of the data set volcano corresponding the the xy coordinates.
Digitized from a topographic map by Ross Ihaka. These data should not be regarded as accurate.
filled.contour for a nice plot.
1 2 3 | data(volcano.sub)
STdiag(data=volcano.sub,color="topo",log=FALSE)
STdiag(data=Interpolation(volcano.sub),color="topo",log=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.