summaryrefslogtreecommitdiff
path: root/g5k/logs/.Rhistory
diff options
context:
space:
mode:
Diffstat (limited to 'g5k/logs/.Rhistory')
-rw-r--r--g5k/logs/.Rhistory25
1 files changed, 0 insertions, 25 deletions
diff --git a/g5k/logs/.Rhistory b/g5k/logs/.Rhistory
deleted file mode 100644
index 9fc1647..0000000
--- a/g5k/logs/.Rhistory
+++ /dev/null
@@ -1,25 +0,0 @@
-library("tidyverse")
-read_csv("nbSensors_2048VMSIZE_100NBSENSORS_15580778521558078188.csv")
-energy=read_csv("nbSensors_2048VMSIZE_100NBSENSORS_15580778521558078188.csv")
-ggplot(energy, aes(x=ts,y=energy))+geom_line()
-ggplot(energy, aes(x=ts,y=energy))+geom_point()
-ggplot(energy, aes(x=ts,y=energy))+geom_line() + expand_limits(x=,y=)
-ggplot(energy, aes(x=ts,y=energy))+geom_line() + expand_limits(x=0,y=0)
-ggplot(energy, aes(x=ts,y=energy))+geom_line() + expand_limits(y=0)
-ggplot(energy, aes(x=ts,y=energy))+geom_line() + expand_limits(y=0) + scale_x_datetime()
-energy$ts
-as.POSIXct(energy$ts)
-as.POSIXct(energy$ts,origin="1970-01-01")
-energy %>% mutate(ts=as.POSIXct(energy$ts,origin="1970-01-01"))
-energy %>% mutate(ts=as.POSIXct(ts,origin="1970-01-01"))
-energy=energy %>% mutate(ts=as.POSIXct(ts,origin="1970-01-01"))
-ggplot(energy, aes(x=ts,y=energy))+geom_line() + expand_limits(y=0) + scale_x_datetime()
-energy=read_csv("nbSensors_2048VMSIZE_100NBSENSORS_15580778521558078188.csv")
-energy
-energy=energy%>%mutate(ts=ts-min(ts))
-energy
-ggplot(energy, aes(x=ts,y=energy))+geom_line() + expand_limits(y=0)
-ggplot(energy, aes(x=ts,y=energy))+geom_line() + expand_limits(y=0)+geom_jitter
-ggplot(energy, aes(x=ts,y=energy))+geom_line() + expand_limits(y=0)+geom_jitter()
-ggplot(energy, aes(x=ts,y=energy)) + expand_limits(y=0)+geom_jitter()
-ggplot(energy, aes(x=ts,y=energy)) + expand_limits(y=0)+geom_jitter(position = position_jitter(width = 0.4))