R/StreamClass.R
dim.Rcpp_Stream.Rd
Retrieve the dimensions a Stream object.
Stream
# S3 method for Rcpp_Stream dim(x)
A Stream object.
A vector with 2 values corresponding to the number of rows and columns of the stream (in this order).
Stream, stream
stream
Simon Garnier, garnier@njit.edu
# TODO