Skip to contents

All functions

RasterArray-class RasterArray
Array of 'SpatRaster'-class objects
SfcArray-class SfcArray SfArray SfArray-class
Array of 'sf'-derived class data
`[[`(<VirtualArray>,<ANY>,<ANY>)
Indexing to extract the elements of a 'VirtualArray'-derived class object.
`[`(<VirtualArray>,<ANY>,<ANY>)
Indexing to extract subsets of a 'codeVirtualArray'-class object
XArray-class XArray
Virtual array of general R objects
ncol(<VirtualArray>) nrow(<VirtualArray>)
Number of columns and rows of a 'VirtualArray'-derived class object.
aggregate(<RasterArray>)
Aggregate raster cells in a 'RasterArray'-class object
nlayers() length(<VirtualArray>)
Number of elements or layers in a 'VirtualArray'-derived class object
as.XArray() as.SfcArray() as.SfArray()
Coerce into an SfcArray or SfArray object
colnames(<VirtualArray>) `colnames<-`(<VirtualArray>)
Column names of two-dimensional 'VirtualArray'-derived class object.
c(<VirtualArray>)
Combine a one-dimensional 'VirtualArray'-class object with other objects
crop(<RasterArray>)
Cropping a 'RasterArray'-class object
dim(<VirtualArray>)
Dimensions of 'VirtualArray'-derived class objects
dimlayer()
Dimensions of layers in a 'VirtualArray'-class object
dimnames(<VirtualArray>) `dimnames<-`(<VirtualArray>)
Names of a multidimensional 'VirtualArray'-derived class object.
disagg(<RasterArray>)
Disaggregate raster cells in a 'RasterArray'-class object
`[[<-`(<VirtualArray>,<ANY>)
Replace elements of 'VirtualArray'-class objects.
exemplar
Example 'XArray'-class object
ext(<RasterArray>)
Extent of a 'RasterArray'-class object
is.na(<RasterArray>)
Positions of missing values in a 'RasterArray'-class object
layers()
Names of layers in the stack of a 'VirtualArray'-class object
names(<VirtualArray>) `names<-`(<VirtualArray>)
Names of one-dimensional 'VirtualArray'-derived class objects.
ncell(<RasterArray>)
Number of cells in a 'RasterArray'-class object
newbounds()
Redefine bounds of a named matrix
nums() colnums() rownums()
Names as numerics
nvalues()
The total number of values in a 'RasterArray'-class object
paleocoastlines
PaleoMAP PaleoCoastlines (excerpt)
project project(<RasterArray>)
Project a 'RasterArray'-class object
proxy()
The proxy of an from a class derived from 'VirtualArray'
rastex()
Procedural example structure to demonstrate the capabilities of the 'RasterArray' class
`[<-`(<VirtualArray>,<ANY>,<ANY>,<logical>) `[<-`(<RasterArray>,<ANY>,<ANY>,<SpatRaster>) `[<-`(<SfcArray>,<ANY>,<ANY>,<sfc>) `[<-`(<SfArray>,<ANY>,<ANY>,<sf>)
Replace layers in an object that is of a class derived from 'VirtualArray'.
xres(<RasterArray>) yres(<RasterArray>) res(<RasterArray>)
Resolution of a 'RasterArray'-class object
resample(<RasterArray>,<ANY>)
Resampling a 'RasterArray'-class object
rotate(<RasterArray>)
Rotate a 'RasterArray'-class object
rownames(<VirtualArray>) `rownames<-`(<VirtualArray>)
Row names of two-dimensional 'VirtualArray'-derived class objects.
st_bbox(<SfcArray>)
Bounding box of an 'SfArray'-class object
st_crs(<SfcArray>)
Coordinate reference system of an 'SfArray'-class object
st_transform(<SfcArray>)
Projection change of an 'SfArray'-class object
subset(<VirtualArray>)
Subset a 'VirtualArray'-class object
t(<VirtualArray>)
Transpose a 'VirtualArray'-class object
via
Virtual Arrays