### how do angry facial expressions differ from non-angry ones?
data(emotions_set)
angry.face <- netfacs(
data = emotions_set[[1]],
condition = emotions_set[[2]]$emotion,
test.condition = "anger",
ran.trials = 100,
combination.size = 2
)
# show distribution of AU4
distribution.plot(netfacs.data = angry.face)$"4"
Run the code above in your browser using DataLab