#' @include class-LulcRasterStack.R LulcRasterStack.R
NULL
setMethod("crop", c("ContinuousLulcRasterStack","ANY"),
function(x, y, ...) {
xx <- crop(as(x, "RasterStack"), y, ...)
stack(xx)
## ContinuousLulcRasterStack(stack(xx),
## categories=x@categories,
## labels=x@labels,
## t=x@t)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.