I have a very simple question:
My data is as follows:
dateq equal.weighted
2000q1 100
2000q2 103
2000q3 105
2000q4 108
I used the following code to plot this data, but the graph shows no line inside, could you please help me, many thanks!
ggplot(GlobalPriceData, aes(dateq, equally.weighted)) + geom_line() +
theme(axis.text.x = element_text(angle = 90, hjust = 1, vjust = 0.5))