stats_grid {RIntaros} | R Documentation |
Calculate statistics per grid cell
stats_grid(dbin, var, fun = "num", mesh = 1, verbose = FALSE)
dbin |
The |
var |
Name of the Target variable |
fun |
List of functions to be calculated. For detais, see |
mesh |
Mesh of the 2-D grid where the statistics must be calculated |
verbose |
Verbose flag |
A link{db.class}
structure organized as a 2-D grid, which contains
the resulting statistics.