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
sn
Unique record identifier.
.Data
Unique
pane
identifier.case_nm
Record type in regards to index assignment.
window_list
A list of considered
windows
for eachpane
.dist_pane_index
The difference between each event and it's index event.
pane_dataset
Data sources in each
pane
.pane_interval
The start and end dates of each
pane
. Anumber_line
object.pane_length
The duration or length of (
pane_interval
).pane_total
The number of records in each
pane
.options
Some options passed to the instance of
partitions
.window_matched
A list of matched
windows
for 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]