S4 objects storing the result of partitions.
is.pane(x)
as.pane(x)
# S3 method for pane
format(x, ...)
# S3 method for pane
unique(x, ...)
# S3 method for pane
summary(object, ...)
# S3 method for pane_summary
print(x, ...)
# S3 method for pane
as.data.frame(x, ..., decode = TRUE)
# S3 method for pane
as.list(x, ..., decode = TRUE)
# S4 method for pane
show(object)
# S4 method for pane
rep(x, ...)
# S4 method for pane
[(x, i, j, ..., drop = TRUE)
# S4 method for pane
[[(x, i, j, ..., exact = TRUE)
# S4 method for pane
c(x, ...)x
...
object
If TRUE, data is decoded
i
j
drop
exact
snUnique record identifier.
.DataUnique pane identifier.
case_nmRecord type in regards to index assignment.
window_listA list of considered windows for each pane.
dist_pane_indexThe difference between each event and it's index event.
pane_datasetData sources in each pane.
pane_intervalThe start and end dates of each pane. A number_line object.
pane_lengthThe duration or length of (pane_interval).
pane_totalThe number of records in each pane.
optionsSome options passed to the instance of partitions.
window_matchedA list of matched windows for each pane.
# A test for pane objects
pn <- partitions(date = 1, by = 1)
is.pane(pn); is.pane(2)
#> [1] TRUE
#> [1] FALSE