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)


swarm-lab/Rvision documentation built on Feb. 7, 2024, 4:59 a.m.