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