[R] R - PLOT - X-AXIS - DECIMALS

Sarah Goslee sarah.goslee at gmail.com
Wed Nov 19 17:26:32 CET 2014


Hi,

Since you didn't provide a reproducible example, we have no way of knowing.
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example

But if I were you, I'd start with
str(aaa)
because my first guess is that your data import did not work as you expected.



On Wed, Nov 19, 2014 at 10:13 AM, statup r <statup.r at gmail.com> wrote:
> I have a test.csv with two fields "year" and "sale", with below values:
>
> year   sale
> 2001    1002002    200

That looks like three fields to me.
This may be an example of why you SHOULDN'T post to the list in HTML.


> This is what I did in R.
>
>>aaa<-read.csv("test.csv")
>
>>plot(aaa)
>
>
> But when I call the above plot function why I'm getting decimals in x-axis
> (year) ex: 2001.0, 2002.05
>
> Please help.
>
>         [[alternative HTML version deleted]]
>

-- 
Sarah Goslee
http://www.functionaldiversity.org



More information about the R-help mailing list