parent
790ce35a5a
commit
72c1227a46
@ -1,6 +1,6 @@
|
||||
#' @export
|
||||
plot.osem_measurements = function (x, ...) {
|
||||
# TODO: group/color by sensor_id
|
||||
plot(value~createdAt, x, ...)
|
||||
plot(value~createdAt, x, col = factor(x$sensorId), ...)
|
||||
invisible(x)
|
||||
}
|
||||
|
Loading…
Reference in New Issue