animalType.Rd
Analyzes text based on average word length and returns an animal picture representing language complexity.
animalType(species, text)
A string representing species, must be one of "Duck", "Monkey", "Giraffe", "Whale"
A string of characters to be analyzed
A jpeg of an animal
text <- "I like pie"
animal_rep <- animalType(animalClassifier(text), text)
text <- "Pie's abundantly awesome"
species <- "Duck"
animal_rep <- animalType(species, text)