plot.graph_bru_pred {MetricGraph}R Documentation

Plot of predicted values with 'inlabru'

Description

Auxiliary function to obtain plots of the predictions of the field using 'inlabru'.

Usage

## S3 method for class 'graph_bru_pred'
plot(x, y = NULL, vertex_size = 0, ...)

Arguments

x

A predicted object obtained with the predict method.

y

Not used.

vertex_size

Size of the vertices.

...

Additional parameters to be passed to plot_function.

Value

A 'ggplot2' object.


[Package MetricGraph version 1.3.0 Index]