Getting errors when plotting using ggpairs
问题 I have the following df: > str(merged) 'data.frame': 714 obs. of 6 variables: $ Date : Date, format: "2013-03-29" "2013-03-29" "2013-03-29" "2013-03-29" ... $ patch : Factor w/ 7 levels "BVG1","BVG11",..: 1 2 3 4 5 6 7 1 2 3 ... $ prod : num 2.93 2.77 2.86 2.87 3.01 ... $ workmix_pct: int 100 10 16 13 17 21 22 100 11 19 ... $ jobcounts : int 9480 968 1551 1267 1625 1946 2123 7328 810 1374 ... $ travel : num 30.7 34.3 33.8 29.1 28.1 24.9 34 31.8 32.7 36.4 ... > head(merged) Date patch prod