传感器取样时间间隔不一样,画图x轴为取样时间,y轴为采样数据
> testing_time <- c("2014-11-12 8:10:00","2014-11-12 8:14:32","2014-11-12 9:00:02")
> time <- as.ts(testing_time)
> testing_data <- c(83.24, 55.23, 78)
> Collection <- data.frame(testing_data, time)
如何生成图像? 使用lattice xyplot()能画坐标,不能画点。