plot.check_model_spatial returns ggplot to visualize outputs from check_model.fit_model_spatial

# S3 method for check_model_spatial
plot(x, nb_parameters_per_plot = 8, ...)

Arguments

x

Output from check_model.fit_model_spatial

nb_parameters_per_plot

number of parameter per plot to display

...

further arguments passed to or from other methods

Value

  • residuals

    • histogram : histogram with the distribution of the residuals

    • qqplot

    • points

  • variability_repartition : pie with repartition of SumSq for each factor

Details

S3 method. See example in the book: https://priviere.github.io/PPBstats_book/family-1.html#spatial-analysis

See also