标签: r dataframe histogram posixlt
我有数千种posixt格式的数据。
eg:"Tue Feb 11 14:17:41 +0000 2014"
数据跨度为2月11日至2月16日。 我想绘制一个仅绘制2月15日数据的直方图。 我尝试过
hist(newtime, "hours",plot = TRUE, freq = FALSE, main = "Histogram for 14", format="%d", right = TRUE)
但是我不知道如何选择2月15日的数据