search for: datesp

Displaying 2 results from an estimated 2 matches for "datesp".

Did you mean: dates
2008 May 28
2
Gantt chart like graphics
Dear R Community, I have a dataframe like this dat product1 product2 ... productn 01.1.2008 1 1 1 02.1.2008 1 1 2 . 15.2.2008 2 2 NA . 04.4.2008 2 2 1 05.4.2008 NA 2 NA (date ascending order, 1:n products with status 1, 2 or NA) and want to produce a graphic like
2016 Jan 27
0
Suggestions for improvement as regards `as` methods, and a call for consistency in `as.Date` methods
...ute retention As explicated in the referenced SO topic, the following should all give the same result (as they would for similar examples involving other as methods), but don't: datesc <- c(ind = "2015-07-04", nyd = "2016-01-01") datesn <- c(ind = 16620, nyd = 16801) datesp <- structure(c(1435982400, 1451624400), .Names = c("ind", "nyd"), class = c("POSIXct", "POSIXt"), tzone = "") datesl <- structure(list(sec = c(0, 0), min = c(0L, 0L), hour = c(0L, 0L), mday = c(4L,...