Q53
Which of the following is the initial function used to create a bubble chart natively in R?
A.
init()
B.
chart(bubble)
C.
symbols()
AnswerD.
none of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
The method symbols() is used to create a bubble chart natively in R.