subsetHTS {HistDAWass} | R Documentation |
Method subsetHTS
: extract a subset of a histogram time series
Description
This functon return the mean of a distributionH
object.
Usage
subsetHTS(object, from, to)
## S4 method for signature 'HTS,numeric,numeric'
subsetHTS(object, from, to)
Arguments
object |
a |
from |
an integer, the initioal timepont |
to |
an integer, a final timepoint |
Value
a HTS
object. A histogram 1d time series
Examples
SUB_RetHTS <- subsetHTS(RetHTS, from = 1, to = 20) # the first 20 elements
[Package HistDAWass version 1.0.8 Index]