stream_dimensions: The Number of Rows/Columns of a Stream

nrow.Rcpp_StreamR Documentation

The Number of Rows/Columns of a Stream

Description

nrow and ncol return the number of rows and columns present in a Stream object.

Usage

nrow.Rcpp_Stream(x)

ncol.Rcpp_Stream(x)

Arguments

x

A Stream object.

Value

A numeric value.

Author(s)

Simon Garnier, garnier@njit.edu

See Also

dim which returns all dimensions.

Examples

## Not run: 
live <- stream(0)
nrow(live)
ncol(live)
release(live)

## End(Not run)


neuroconductor-devel/Rvision documentation built on June 10, 2025, 12:04 a.m.