plot_swear_word_comparison: Plot comparison of swear words proportion among selected...

Description Usage Arguments

Description

It uses the compare_two_characters function but compares more than two characters at once. After that, it draws an errorbar plot to visually compare the results.

Usage

1
2
plot_swear_word_comparison(main_character, other_characters, words,
  text_size = 30)

Arguments

main_character

South Park character to compare with others.

other_characters

Character vector of other characters.

words

A data frame of words from process_episode_words.

text_size

Numeric value that controls ggplot's text size.


pdrhlik/southparkr documentation built on May 8, 2019, 1:49 p.m.