db.stat.print {RGeostats}R Documentation

Print statistics on a set of variables

Description

Print the statistics for a set of variables

Usage

db.stat.print(db, funs=NA, names = db.getname(db,"z",1), flag.iso=FALSE,
              flag.correl=FALSE, title = NA, radix = NA)

Arguments

db

The db-class structure where the variables are stored

funs

A list defining the code(s) of the operation(s) that must be performed between the variables at the same point:

  • "num" : Number of valid samples

  • "mean" : Mean over the valid samples

  • "var" : Variance over the valid samples

  • "corr" : Correlation over the valid samples

  • "stdv" : Standard deviation over the valid samples

  • "mini" : Minimum over the valid samples

  • "maxi" : Maximum over the valid samples

  • "plus" : Number of positive values

  • "moins" : Number of negative values

  • "zero" : Number of zero values

If 'funs' is not provided, a default list of operations is performed.

names

List of names of attributes to be compared. For more information see db.ident.

flag.iso

When TRUE, statistics are only based on isotopic samples. However, the covariance matrix is always calculated on the isotopic samples.

flag.correl

When TRUE, the array of correlations is printed.

title

Title given to the printout (if defined).

radix

Radix used as the name of each variables for which the statistics are printed out.

See Also

db-class


[Package RGeostats version 14.0.10 Index]