Plotting the model surface
Let's explore the different visualization schemes available in mgcv
's plot()
function.
The model you built in the last exercise (mod2da
) is available in your workspace.
This exercise is part of the course
Nonlinear Modeling with Generalized Additive Models (GAMs) in R
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Contour plot
___(___, pages = 1)