Generic accessor returning the number of scans in each block of a sampling frame or similar object.
Examples
# Get block lengths from a sampling frame
sframe <- sampling_frame(blocklens = c(100, 120, 80), TR = 2)
blocklens(sframe)
#> [1] 100 120 80
Generic accessor returning the number of scans in each block of a sampling frame or similar object.
# Get block lengths from a sampling frame
sframe <- sampling_frame(blocklens = c(100, 120, 80), TR = 2)
blocklens(sframe)
#> [1] 100 120 80