This is a generic function. Parameters depend on the specific type of input.
# S3 method for raster_cube
summary(
object,
...,
tile = object$tile[[1]],
date = NULL,
only_stats = FALSE,
sample_size = 1e+05
)
A summary of the data cube.
Object of classes "raster_cube".
Further specifications for summary.
Tile to be summarized
Date to be summarized
Show only the statistics? (TRUE/FALSE)
Number of sample used to build statistics
Gilberto Camara, gilberto.camara@inpe.br