Learn R Programming

sits (version 1.4.0)

summary.variance_cube: Summarize data cubes

Description

This is a generic function. Parameters depend on the specific type of input.

Usage

# S3 method for variance_cube
summary(
  object,
  ...,
  tile = object$tile[[1]],
  only_stats = FALSE,
  sample_size = 1e+05
)

Value

A summary of a probability cube

Arguments

object

Object of class "probs_cube"

...

Further specifications for summary.

tile

Tile to be summarized

only_stats

Show only the statistics? (TRUE/FALSE)

sample_size

Number of sample used to build statistics

Author

Gilberto Camara, gilberto.camara@inpe.br