hist.sits: Histogram

View source: R/sits_histogram.R

hist.sitsR Documentation

Histogram

Description

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

Usage

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

Arguments

x

Object of classes "sits".

...

Further specifications for hist.

Value

A summary of the sits tibble.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Examples

if (sits_run_examples()) {
    hist(samples_modis_ndvi)
}


e-sensing/sits documentation built on Feb. 13, 2025, 2:22 a.m.