Convenience function combining row and column slicing.
Examples
if (FALSE) { # \dontrun{
mat <- st_slice("data.spz", rows = 1:100, cols = 1:10)
dim(mat)
} # }
Convenience function combining row and column slicing.
if (FALSE) { # \dontrun{
mat <- st_slice("data.spz", rows = 1:100, cols = 1:10)
dim(mat)
} # }