Retrieve the dimensions a Stream object.
Usage
# S3 method for class 'Rcpp_Stream'
dim(x)Arguments
- x
A
Streamobject.
Value
A vector with 2 values corresponding to the number of rows and columns of the stream (in this order).
Author
Simon Garnier, garnier@njit.edu