show-StQList-method: Show an object of class StQList

Description Usage Arguments Value Examples

Description

show displays the slot Data of the input StQList object with the names of time periods from the slot Periods.

It is indeed the method show adapted to the class StQList.

Usage

1
2
## S4 method for signature 'StQList'
show(object)

Arguments

object

Object of class StQList.

Value

Object of class NULL.

Examples

1
2
3
4
5
6
7
8
9
mm <- c(paste0('0', 1:9), 10:12)
TimePer <- paste0('MM', mm, '2015')
PeriodList <- RepoTime::newRepoTime(TimePer)
EmptyQ <- StQ()
EmptyQList <- vector('list', 12)
EmptyQList <- lapply(EmptyQList, function(x) EmptyQ)
QList <- StQList(Data = EmptyQList, Periods = PeriodList)
show(QList)
str(QList)

david-salgado/StQ documentation built on Aug. 12, 2021, 3:23 p.m.