comment {timeSeries}R Documentation

comment for timeSeries objects

Description

Print or assign new comment to a timeSeries object.

Usage

## S4 method for signature 'timeSeries'
comment(x)
## S4 replacement method for signature 'timeSeries'
comment(x) <- value

Arguments

x

a timeSeries object.

value

a character string.

Examples

## Load Swiss Pension Fund Benchmark -
   data(LPP2005REC)
   
## Get Description from timeSeries -
   comment(LPP2005REC)

[Package timeSeries version 2160.95 Index]