On Apr 22, 2011, at 12:31 PM, Terry Therneau wrote:
> I can't seem to get a histogram of dates:
>
> tmt910% R --vanilla
>
> R version 2.13.0 (2011-04-13)
> Copyright (C) 2011 The R Foundation for Statistical Computing
> ISBN 3-900051-07-0
> ...
>> temp <- as.Date(1:200, origin="1970/01/01")
>> r
I can't seem to get a histogram of dates:
tmt910% R --vanilla
R version 2.13.0 (2011-04-13)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
...
> temp <- as.Date(1:200, origin="1970/01/01")
> range(temp)
[1] "1970-01-02" "1970-07-20"
> hist(temp)
Error in .Intern
2 matches
Mail list logo