Learn R Programming

VecStatGraphs3D (version 1.6)

AllModuleStatistics3D: Calculation of All Statistics of the Modules.

Description

This function calculates several statistics from a set of input modules.

Usage

AllModuleStatistics3D(modules, ndig=4)

Arguments

modules
Vector containing the values of the modules
ndig
Integer value that indicates the decimal places. The default value is 4

Value

The value All Module Statistics of all input modules.

Details

One way to get a set of modules from the X, Y and Z in the original position and end position (Coordinates X, Y and Z vector) or the colatitude and longitude, using the LoadData3D function. The statistics calculated are: Number Of Elements, Max Value, Min Value, Range, Module Sum, Mean Arithmetic, Standard Error, Module Standard Deviation, Module Variance, Module Population Variance, Module Population Standard Deviation.

References

Website http://gim.unex.es/VecStatGraphs3D/

See Also

NumberOfElements3D, MaxValue3D, MinValue3D, Range3D, ModuleSum3D, ArithmeticMean3D, StandardError3D, ModuleStandardDeviation3D, ModuleVariance3D, ModulePopulationVariance3D, ModulePopulationStandardDeviation3D.

Examples

Run this code
   FileName<-system.file("data/XYZcoor.txt", package="VecStatGraphs3D")
   dat<-LoadData3D(FileName, Type=1)
   modules<-dat[,1]
   AllModuleStatistics3D(modules, ndig=4)

Run the code above in your browser using DataLab