Functions ursa_seqx
and seq(obj, "x")
return x-coordinates of cell midpoints.
Functions ursa_seqy
and seq(obj, "y")
return y-coordinates of cell midpoints.
Functions ursa_seqc
, seq(obj, "samples")
and seq(obj, "c")
return sequence of cells in horizontal direction.
Functions ursa_seqr
, seq(obj, "lines")
and seq(obj, "r")
return sequence of cells in vertical direction.
Functions seq(obj)
and seq(obj, "z")
for ursaRaster
object returns sequence of bands.
Function seq(obj)
and seq(obj, "z")
for ursaGrid
object returns 1L
.