bru_timings_plot: Plot inlabru iteration timings

View source: R/track_plotting.R

bru_timings_plotR Documentation

Plot inlabru iteration timings

Description

Draws the time per iteration for preprocessing (including linearisation), inla() calls, and line search. Iteration 0 is the time used for defining the model structure.

Usage

bru_timings_plot(x)

Arguments

x

a bru object, typically a result from bru() for a nonlinear predictor model

Details

Requires the "ggplot2" package to be installed.

Examples

## Not run: 
fit <- bru(...)
bru_timings_plot(fit)

## End(Not run)

inlabru-org/inlabru documentation built on April 25, 2024, 2:43 p.m.