# NOT RUN {
data(drink_glass)
class(drink_glass)
length(drink_glass)
dim(drink_glass[[1]])
matplot(drink_glass[[1]], type="l")
data(walk)
class(walk)
length(walk)
dim(walk[[1]])
matplot(walk[[1]], type="l")
data(brush_teeth)
class(brush_teeth)
length(brush_teeth)
dim(brush_teeth[[1]])
matplot(brush_teeth[[1]], type="l")
# }
Run the code above in your browser using DataLab