Description Usage Arguments Value Examples
The function takes all single elements in a netfacs object, and plots the observed value and the expected value based on all randomisations
1 | element.plot(netfacs.data)
|
netfacs.data |
object resulting from netfacs() function |
Function returns a ggplot showing for each element the observed probability and expected probability
1 2 3 4 5 6 7 8 9 10 11 | ### 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
)
# plot all
element.plot(netfacs.data = angry.face)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.