plot.svem_model: Plot Method for SVEM Models

View source: R/plot.svemnet.R

plot.svem_modelR Documentation

Plot Method for SVEM Models

Description

Plots actual versus predicted values for an svem_model.

Usage

## S3 method for class 'svem_model'
plot(x, plot_debiased = FALSE, ...)

Arguments

x

An object of class svem_model.

plot_debiased

Logical; if TRUE, includes debiased predictions if available.

...

Additional aesthetics passed to geom_point().

Value

A ggplot object.


SVEMnet documentation built on Sept. 9, 2025, 5:38 p.m.