Quantcast
Channel: R Language Error: "date_trans works with object of class Date only" (ggplot2) - Stack Overflow
Browsing index pages (2 articles)

R Language Error: "date_trans works with object of class Date only" (ggplot2)

I am working with the R programming language. I used the melt() function from the "rehsape" library so that my data looks something like...

View Article


Answer by Ronak Shah for R Language Error: "date_trans works with object of...

Note that while using melt you have combined numeric and character values together which has made value column as character so the numbers that you see are actually characters and not numbers.To solve...

View Article

Browsing index pages (2 articles)


Latest Images