powered by
Simple time and column subsetting of views.
# S3 method for View subset(x, expr = NULL, data_points = NULL, columns = NULL, by = NULL, ...)
a View object.
View
View object
an R expression to subset time or other variables.
body part in the data e.g. 'Nose'.
column name in the data e.g. 'Nose_x'.
increment of the sequence of rows to return.
unused.
r <- get_sample_recording() v <- get_raw_view(r, "Central", "", "Sitar") vv <- subset(v, Time < 10, data_point = "Nose") plot(vv)
Run the code above in your browser using DataLab