Which of the following is the initial function used to create a bubble chart natively in R?
Which of the following is the initial function used to create a bubble chart natively in R? Correct Answer symbols()
symbols() function draws symbols on a plot. One of six symbols; circles, squares, rectangles, stars, thermometers, and boxplots, can be plotted at a specified set of x and y coordinates. The method symbols() is used to create a bubble chart natively in R.