plot.emotion_evaluation: Plot Evaluation Results

View source: R/evaluate_emotions.R

plot.emotion_evaluationR Documentation

Plot Evaluation Results

Description

Creates visualizations for emotion evaluation results including confusion matrix heatmaps and per-class metrics bar plots.

Usage

## S3 method for class 'emotion_evaluation'
plot(x, type = "both", ...)

Arguments

x

An emotion_evaluation object from evaluate_emotions()

type

Character. Type of plot: "confusion_matrix", "metrics", or "both"

...

Additional arguments passed to plotting functions

Value

A ggplot object or list of ggplot objects


transforEmotion documentation built on Jan. 8, 2026, 5:06 p.m.