R/flatter-package.r

##' flatter
##'
##' This package contains a simple class for representing  arrays as a vector of data and indices.
##' This is designed to simplify some data manipulations, and not optimized for high performance
##' computing with sparse arrays.
##'
##' This package implements similar functionality to \pkg{slam}.
##'
##' @name flatter
##' @docType package
##' @import methods
NULL
jrnold/flatter documentation built on May 20, 2019, 1:01 a.m.