powered by
This function creates a data set based on the volcano data by adding normal errors to the topographic information.
volcano
Volcano(sd = 0.3)
The standard deviation of the normal errors.
A data frame with coordinates and noisy elevation.
# NOT RUN { d <- Volcano() head(d) # } # NOT RUN { b <- bamlss(y ~ te(lon,lat,k=10), data = d) plot(b, theta = -130) # }
Run the code above in your browser using DataLab