| pane-class {diyar} | R Documentation |
pane object
Description
S4 objects storing the result of partitions.
Usage
is.pane(x)
as.pane(x)
## S3 method for class 'pane'
format(x, ...)
## S3 method for class 'pane'
unique(x, ...)
## S3 method for class 'pane'
summary(object, ...)
## S3 method for class 'pane_summary'
print(x, ...)
## S3 method for class 'pane'
as.data.frame(x, ..., decode = TRUE)
## S3 method for class 'pane'
as.list(x, ..., decode = TRUE)
## S4 method for signature 'pane'
show(object)
## S4 method for signature 'pane'
rep(x, ...)
## S4 method for signature 'pane'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'pane'
x[[i, j, ..., exact = TRUE]]
## S4 method for signature 'pane'
c(x, ...)
Arguments
x |
x |
... |
... |
object |
object |
decode |
If |
i |
i |
j |
j |
drop |
drop |
exact |
exact |
Slots
snUnique record identifier.
.DataUnique
paneidentifier.case_nmRecord type in regards to index assignment.
window_listA list of considered
windowsfor eachpane.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. Anumber_lineobject.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
windowsfor eachpane.
Examples
# A test for pane objects
pn <- partitions(date = 1, by = 1)
is.pane(pn); is.pane(2)
[Package diyar version 0.5.1 Index]