[.QuantileForecastMatrix | R Documentation |
Extract parts of a QuantileForecastMatrix object
## S3 method for class 'QuantileForecastMatrix'
qfm[i = seq_len(nrow(qfm)), j = seq_len(ncol(qfm)), ...]
qfm |
an object of class QuantileForecastMatrix |
i |
integer indices of rows to extract |
j |
integer indices of columns to extract |
... |
other ignored arguments; used to mop up a required drop argument, which is not supported. |
object of class QuantileForecastMatrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.