Re: [R] Required help

2019-05-05 Thread K. Elo
Hi Rajesh, 2019-05-05 10:23 +0530, Rajesh Ahir_GJ wrote: > Hello R users, > > I am getting an error while running following code. > > library(ggplot2) > ggplot(hourly_data1,aes(hour, power))+ > geom_boxplot(aes(fill=monthname),outlier.shape=NA) + > facet_wrap(~monthname) > ggplot(hourly_data1,ae

[R] Required help

2019-05-05 Thread Rajesh Ahir_GJ
Hello R users, I am getting an error while running following code. library(ggplot2) ggplot(hourly_data1,aes(hour, power))+ geom_boxplot(aes(fill=monthname),outlier.shape=NA) + facet_wrap(~monthname) ggplot(hourly_data1,aes(hour, power))+ geom_boxplot(aes(fill=dayname),outlier.shape=NA) + facet_wr