Volcano: Artificial Data Set based on Auckland's Maunga Whau Volcano

View source: R/GAMart.R

VolcanoR Documentation

Artificial Data Set based on Auckland's Maunga Whau Volcano

Description

This function creates a data set based on the volcano data by adding normal errors to the topographic information.

Usage

Volcano(sd = 0.3)

Arguments

sd

The standard deviation of the normal errors.

Value

A data frame with coordinates and noisy elevation.

See Also

volcano

Examples

d <- Volcano()
head(d)

## Not run: b <- bamlss(y ~ te(lon,lat,k=10), data = d)
plot(b, theta = -130)

## End(Not run)

bamlss documentation built on March 19, 2024, 3:08 a.m.