blockstat {RGeostats} | R Documentation |
Calculate the statistics of data within cells of a block system
blockstat(dbgrid, db, fun = "mean", name1 = db.getname(db,"z",1), name2 = db.getname(db,"z",2), cuts=NA, radix = "Stats", modify.target = db.locmod())
dbgrid |
The |
db |
The |
fun |
Type of operation to be calculated:
|
name1 |
Name of the first variable |
name2 |
Name of the second variable |
cuts |
Array of cutoff values used for calculating ore and metal quantities. |
radix |
Radix of the name given to the output variable |
modify.target |
Decides whether or not the newly created variables will have their
locator defined or not. For more information, see |
The grid db-class
where the calculated variable has been added.