powered by
nrow and ncol return the number of rows and columns present in a Stream object.
nrow
ncol
Stream
nrow.Rcpp_Stream(x)ncol.Rcpp_Stream(x)
ncol.Rcpp_Stream(x)
A Stream object.
A numeric value.
dim which returns all dimensions.
dim
# NOT RUN { live <- stream(0) nrow(live) ncol(live) release(live) # } # NOT RUN { # }
Run the code above in your browser using DataLab