Write an R script with the following instructions: a. Compute the minimum, maximum, and average number of characters of a word. in built-in words vector. b. Select two words randomly from the built-in words vector, print both words. after converting the letters of the first one to upper case, and second one to title case. When you run your code, it should display two of the words randomly. c. Select 3 words randomly from the built-in words vector, concatenate them. separated by a single space from shortest to longest. For instance, an output can be "view extra sunday".

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 5GZ
icon
Related questions
Topic Video
Question
Write an R. script with the following instructions:
a. Compute the minimum, maximum, and average number of characters of a word.
in built-in words vector.
b. Select two words randomly from the built-in words vector, print both words.
after converting the letters of the first one to upper case, and second one to title case.
When you run your code, it should display two of the words randomly.
c. Select 3 words randomly from the built-in words vector, concatenate them.
separated by a single space from shortest to longest. For instance, an output can be
"view extra sunday".
d. Print the last two letters of the words starting with ‘k' in the built-in words.
vector.
e. Print the shortest sentence in the built-in sentences vector. There are 2
sentences. You are expected to print both.
f. Print all words in the built-in words vector ending with a vowel.
g. Print all words in the built-in words vector containing letter x or letter g.
h. Print all words in the built-in words vector having two consecutive vowels.
followed by three consecutive consonants. They can be different vowels or consonants.
such as "ought".
i. Count the total number of letter t (or T) in all sentences of the built-in
sentences vector. Count the total number of all letters (do not count spaces or
punctuation marks) in all sentences of the built-in sentences vector.
j. Count the frequency of each letter (a loop can be used) in all sentences of the
built-in sentences vector. You should also add capital letters to your count. Create the
frequency plot as follows:
Transcribed Image Text:Write an R. script with the following instructions: a. Compute the minimum, maximum, and average number of characters of a word. in built-in words vector. b. Select two words randomly from the built-in words vector, print both words. after converting the letters of the first one to upper case, and second one to title case. When you run your code, it should display two of the words randomly. c. Select 3 words randomly from the built-in words vector, concatenate them. separated by a single space from shortest to longest. For instance, an output can be "view extra sunday". d. Print the last two letters of the words starting with ‘k' in the built-in words. vector. e. Print the shortest sentence in the built-in sentences vector. There are 2 sentences. You are expected to print both. f. Print all words in the built-in words vector ending with a vowel. g. Print all words in the built-in words vector containing letter x or letter g. h. Print all words in the built-in words vector having two consecutive vowels. followed by three consecutive consonants. They can be different vowels or consonants. such as "ought". i. Count the total number of letter t (or T) in all sentences of the built-in sentences vector. Count the total number of all letters (do not count spaces or punctuation marks) in all sentences of the built-in sentences vector. j. Count the frequency of each letter (a loop can be used) in all sentences of the built-in sentences vector. You should also add capital letters to your count. Create the frequency plot as follows:
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage