Question: Below is a dataframe df that contains information on the changes in value for three of the highest performing stocks. The increase in value per

Below is a dataframe df that contains information on the changes in value for three of the highest performing stocks. The increase in value per share is shown per month since month 1.
The code below was used to make the graph. There are 4 missing pieces of the code. They
are represented by ??1??,??2??,??3?? and ??4??.
ggplot(df,aes(x=month,y=value,??1??= stock))+ geom_??2??()+theme_??3??()+scale_??4??_manual(values=c("#1736A9","#F3B524","#F3244F"))
1. What is ??1?? of the code? color, group, z, or line??
2. What is ??2?? of the code? curve, line, step, or color??
3. What is ??3?? of the code? bw, classic, none, or minimal??
4. What is ??4?? of the code? fill, line, group, or color??
Below is a dataframe df that contains information

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

Students Have Also Explored These Related Programming Questions!