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