pane-class | R Documentation |
pane
objectS4 objects storing the result of partitions
.
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, ...)
x |
x |
... |
... |
object |
object |
decode |
If |
i |
i |
j |
j |
drop |
drop |
exact |
exact |
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 each pane
.
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
. A number_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 each pane
.
# A test for pane objects
pn <- partitions(date = 1, by = 1)
is.pane(pn); is.pane(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.