Useful when working with
select_phases(data, A, B, ...)
A single-case data frame. See scdf
to learn about this format.
Selection of the A phase
Selection of the B phase
Further arguments passed to the function.
An scdf with selected phases
# NOT RUN {
exampleA1B1A2B2 %>%
select_phases(A = c(1, 3), B = c(2, 4)) %>%
overlap()
# }
Run the code above in your browser using DataLab