Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Warning message when qplot function is used in R

$
0
0

@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() using bins = 30. Pick better value with binwidth.
Warning message:
Removed 2951 rows containing non-finite values (stat_bin).
Regards

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles