powered by
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
# NOT RUN { live <- stream(0) sim(live) release(live) # } # NOT RUN { # }
Run the code above in your browser using DataLab