ComeçarComece de graça

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.

Este exercício faz parte do curso

Nonlinear Modeling with Generalized Additive Models (GAMs) in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Make the perspective plot with error surfaces
vis.gam(mod2d, view = c("x", "y"), 
        ___)
Editar e executar o código