An accessor function used to extract the number of observation from an 'izip' or a 'tsizip' object.
# S3 method for izip nobs(object, ...) # S3 method for tsizip nobs(object, ...)
object | an object class 'izip' or 'tsizip' object, obtained from a call to |
---|---|
... | other arguments passed to or from other methods (currently unused). |
The number of observations extracted from the object object
.
#> [1] 915