Learn R Programming

VecStatGraphs2D (version 1.6)

AllModuleStatistics: Calculation of all statistics of the modules.

Description

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

Usage

AllModuleStatistics(modules)

Arguments

modules
Vector containing the values of the modules

Value

  • The value all module statistics of all input modules.

Details

One way to obtain a set of modules from X and Y coordinates of the vectors is to use the LoadData function. The statistics calculated are: Number Of Elements, Max Value, Min Value, Range, Module Sum, Mean Arithmetic, Standard Error, Standard Deviation Module, Variance Module, Variance Module Population, Standard Deviation Module Population, Skewness Module Coefficient, Kurtosis Module Coefficient.

References

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

See Also

NumberOfElements, MaxValue, MinValue, Range, ModuleSum, ArithmeticMean, StandardError, ModuleStandardDeviation, ModuleVariance, ModulePopulationVariance, ModulePopulationStandardDeviation, SkewnessModuleCoefficient, KurtosisModuleCoefficient.

Examples

Run this code
FileName<-system.file("data/RectangularData.txt", package="VecStatGraphs2D")
   dat<-LoadData(FileName, Type=2, Direction=2)
   modules<-dat[,1]
   AllModuleStatistics(modules)

Run the code above in your browser using DataLab