This functions plot the words in S_words
on a 2D plane according to their association with the average vectors of A_words
and B_words
. A equality line is also added. Words along the equality line have less bias. Words located on the upper side of the equality line have a stronger association with A_words
and vice versa.
plot_ect(x, ...)
a plot
an ect object from the ect function.
additional parameters to the underlying plot()
function