Learn R Programming

sits (version 1.5.3)

hist.sits: Histogram

Description

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

Usage

# S3 method for sits
hist(x, ...)

Value

A summary of the sits tibble.

Arguments

x

Object of classes "sits".

...

Further specifications for hist.

Author

Gilberto Camara, gilberto.camara@inpe.br

Examples

Run this code
if (sits_run_examples()) {
    # create a data cube from local files
    data_dir <- system.file("extdata/raster/mod13q1", package = "sits")
    cube <- sits_cube(
        source = "BDC",
        collection = "MOD13Q1-6.1",
        data_dir = data_dir
    )
    hist(cube)
}

Run the code above in your browser using DataLab