Question: A data analyst is working with the following plot and gets an error caused by a bug. What is the cause of the bug? ggplot(data

A data analyst is working with the following plot and gets an error caused by a bug. What is the cause of the bug? ggplot(data = penguins) + geom_point(mapping = aes(x = flipper_length_mm, y = body_mass_g)) Status: [object Object] 1 point The code uses a plus sign instead of a pipe. The plus should be at the end of the first line. A function name needs to be capitalized. A missing closing parenthesis needs to be added

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock