Virtual Arrays
Number of columns and rows of a 'VirtualArray
'-derived class object.
Aggregate raster cells in a 'RasterArray
'-class object
Number of elements or layers in a 'VirtualArray
'-derived class objec...
Coerce into an SfcArray
or SfArray
object
Column names of two-dimensional 'VirtualArray
'-derived class object.
Combine a one-dimensional 'VirtualArray
'-class object with other obj...
Cropping a 'RasterArray
'-class object
Dimensions of 'VirtualArray
'-derived class objects
Dimensions of layers in a 'VirtualArray
'-class object
Names of a multidimensional 'VirtualArray
'-derived class object.
Disaggregate raster cells in a 'RasterArray
'-class object
Replace elements of 'VirtualArray
'-class objects.
Extent of a 'RasterArray
'-class object
Positions of missing values in a 'RasterArray
'-class object
Names of layers in the stack
of a 'VirtualArray
'-class object
Names of one-dimensional 'VirtualArray
'-derived class objects.
Number of cells in a 'RasterArray
'-class object
Redefine bounds of a named matrix
Names as numerics
The total number of values in a 'RasterArray
'-class object
Project a 'RasterArray
'-class object
The proxy of an from a class derived from 'VirtualArray
'
Array of 'SpatRaster
'-class objects
Procedural example structure to demonstrate the capabilities of the '`...
Replace layers in an object that is of a class derived from '`VirtualA...
Resolution of a 'RasterArray
'-class object
Resampling a 'RasterArray
'-class object
Rotate a 'RasterArray
'-class object
Row names of two-dimensional 'VirtualArray
'-derived class objects.
Array of 'sf
'-derived class data
Bounding box of an 'SfArray
'-class object
Coordinate reference system of an 'SfArray
'-class object
Projection change of an 'SfArray
'-class object
Subset a 'VirtualArray
'-class object
Transpose a 'VirtualArray
'-class object
Virtual Arrays
Indexing to extract the elements of a 'VirtualArray
'-derived class o...
Indexing to extract subsets of a 'codeVirtualArray'-class object
Virtual array of general R objects
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.