Displaying 1 result from an estimated 1 matches for "sappili".
Did you mean:
sappily
2013 May 25
3
When creating a data frame with data.frame() transforms "integers" into "factors"
Hello
I am novice to R and i was learning how to do a scatter plot with R using
an example from a website.
My setup is iMac with Mac OS X 10.8.3, with R 3.0.1, default install,
without additional packages loaded
I created a .csv file in vim with the following content
userID,user,posts
1,user1,581
2,user2,281
3,user3,196
4,user4,150
5,user5,282
6,user6,184
7,user7,90
8,user8,74
9,user9,45