powered by
nrow, ncol and nframes return the number of rows, columns or frames present in a Queue object.
Queue
nrow.Rcpp_Queue(x)ncol.Rcpp_Queue(x)# S3 method for Rcpp_Queue length(x)
ncol.Rcpp_Queue(x)
# S3 method for Rcpp_Queue length(x)
A Queue object.
A numeric value.
dim which returns all dimensions.
dim
# NOT RUN { balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision")) buf <- queue(balloon) nrow(buf) ncol(buf) length(buf) # }
Run the code above in your browser using DataLab