Learn R Programming

sits (version 1.5.2)

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()) {
    hist(samples_modis_ndvi)
}

Run the code above in your browser using DataLab