The base class 'VirtualArray
' is defined, which acts as a wrapper around lists allowing users to fold arbitrary sequential data into n-dimensional, R-style virtual arrays. The derived 'XArray
' class is defined to be used for homogeneous lists that contain a single class of objects. The 'RasterArray
' and 'SfArray
' classes enable the use of stacked spatial data instead of lists.
#'
This is still the pre-alpha version. As is R, this is free software and comes with ABSOLUTELY NO WARRANTY. Nevertheless, notes about found bugs and suggestions are more than welcome.