R/classRaster_sort.R

'sort.ursaRaster' <- function(x,decreasing=FALSE,...) {
   x[sort(names(x),decreasing=decreasing,...)]
}

Try the ursa package in your browser

Any scripts or data that you put into this service are public.

ursa documentation built on Oct. 17, 2023, 5:11 p.m.