Customizing 3D plots
Uncertainty is easy to see in plots of univariate smooths, but more challenging to represent in 2D relationships. Here we'll visualize uncertainty in a geospatial interaction.
The model (mod2d
) from exercise 2 is available in your workspace.
Cet exercice fait partie du cours
Nonlinear Modeling with Generalized Additive Models (GAMs) in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Make the perspective plot with error surfaces
vis.gam(mod2d, view = c("x", "y"),
___)