Study the distribution of a target variable vs another variable. This function is quite similar to the funModeling's corrplot function.
textCloud(text, lang = "english", exclude = c(), seed = 0,
print = T, keep_spaces = FALSE)
Character vector
Character. Language in text (used for stop words)
Character vector. Which word do you wish to exclude?
Numeric. Seed for re-producible plots
Boolean. Plot results as textcloud?
Boolean. If you wish to keep spaces in each line to keep unique compount words, separated with spaces, set to TRUE. For example, 'LA ALAMEDA' will be set as 'LA_ALAMEDA' and treated as a single word.