Vidyalelo
JavaScript · Q53

Sockets

Programming · JavaScript · question 53

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()
Answer
D.
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.