Learn R Programming

scidb (version 1.0-1)

scidb-class: Class "scidb"

Description

A class that represents SciDB arrays as R arrays.

Arguments

Objects from the Class

Objects can be created by calls of the form new("scidb", ...), scidb("ARRAY_NAME", ...), or as.scidb(R_MATRIX, ...).

Notes

SciDB arrays are general n-dimensional sparse arrays with integer or non-integer dimensions. The scidb class represents SciDB arrays in a way that mimics standard R arrays in many ways.

Matrix arithmetic operations are overloaded for 2-D arrays.