plot_sim_emotions {transforEmotion}R Documentation

Plot the latent or the observable emotion scores.

Description

Function to plot the latent or the observable emotion scores.

Usage

plot_sim_emotions(df, mode = "latent", title = " ")

Arguments

df

Data frame. The data frame containing the latent and observable variables created by the simulate_video function.

mode

Character. The mode of the plot. Can be either 'latent', 'positive' or 'negative'.

title

Character. The title of the plot. Default is an empty title, ' '.

Value

A plot of the latent or the observable emotion scores.


[Package transforEmotion version 0.1.4 Index]