powered by
Retrieve the dimensions a Queue object.
Queue
# S3 method for Rcpp_Queue dim(x)
A Queue object.
A vector with 3 values corresponding to the number of rows, columns and length of the queue (in this order).
Queue, queue
queue
# NOT RUN { balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision")) buf <- queue(balloon) dim(buf) # }
Run the code above in your browser using DataLab