@B.Rabbit wrote:
Hello,
I'm doing data exploration in the pseudo facebook dataset from Udacity(Exploratory data analysis course). When I run this following piece of code:
qplot(x = friend_count, data = fb)+
+ scale_x_continuous(limits = c(0,1000))
why do I get the following warning message?:stat_bin()usingbins = 30. Pick better value withbinwidth.
Warning message:
Removed 2951 rows containing non-finite values (stat_bin).
Regards
Posts: 2
Participants: 2