search for: ahlcalendar

Displaying 1 result from an estimated 1 matches for "ahlcalendar".

2008 Sep 09
1
'xtfrm' performance (influences 'order' performance) in R devel
...Class "numeric", by class "TimeDateBase", distance 2 ## Class "vector", by class "TimeDateBase", distance 3 Now, if I load a library that not only defines these same classes, but also a bunch of methods for those, then I have the following result: library(AHLCalendar) x = now() + runif(1e5) ## just random times in POSIXct format x[1:5] ## TimeDate [posix] object in 'Europe/London' of length 5: ## [1] "2008-09-09 14:19:35.218" "2008-09-09 14:19:35.672" ## [3] "2008-09-09 14:19:35.515" "2008-09-09 14:19:35.721" ## [...