stats_grid {RIntaros}R Documentation

Calculate statistics per grid cell

Description

Calculate statistics per grid cell

Usage

stats_grid(dbin, var, fun = "num", mesh = 1, verbose = FALSE)

Arguments

dbin

The db-class structure containing the IMR data.

var

Name of the Target variable

fun

List of functions to be calculated. For detais, see blockstat.

mesh

Mesh of the 2-D grid where the statistics must be calculated

verbose

Verbose flag

Value

A link{db.class} structure organized as a 2-D grid, which contains the resulting statistics.


[Package RIntaros version 1.1 Index]