I am running a plot and it is all black, my data is just a series of returns and dates -
I have no error messages
Here is my code
returns <- read.csv("/Users/Analytics/HWS/F-F_Research_Data_Factors.CSV")
plot(returns$Date,returns$Mkt.RF,xlab="Date",ylab="Excess Return",col="blue")
System Information:
- RStudio Edition: (Desktop or Server)
- RStudio Version:
- OS Version:
- R Version:
-
sessionInfo()
:
Referred here from support.rstudio.com