Volcano | R Documentation |
This function creates a data set based on the volcano
data by adding normal errors to the topographic information.
Volcano(sd = 0.3)
sd |
The standard deviation of the normal errors. |
A data frame with coordinates and noisy elevation.
volcano
d <- Volcano()
head(d)
## Not run: b <- bamlss(y ~ te(lon,lat,k=10), data = d)
plot(b, theta = -130)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.