Description Usage Arguments Details Value Author(s) References See Also Examples
This function calculates the sum of all modules.
1 | ModuleSum3D(modules)
|
modules |
Vector containing the values of the module |
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 sum of all input modules.
Ruiz-Cuetos, J.C., bilba_t@hotmail.com, Polo, M.E., mepolo@unex.es, Rodriguez, P.G. pablogr@unex.es
Website http://gim.unex.es/VecStatGraphs3D/
NumberOfElements3D, MaxValue3D, MinValue3D, Range3D,
AllModuleStatistics3D, ArithmeticMean3D, StandardError3D,
ModuleStandardDeviation3D, ModuleVariance3D, ModulePopulationVariance3D,
ModulePopulationStandardDeviation3D.
1 2 3 4 | FileName<-system.file("data/XYZcoor.txt", package="VecStatGraphs3D")
dat<-LoadData3D(FileName, Type=1)
modules<-dat[,1]
ModuleSum3D(modules)
|
Loading required package: rgl
Loading required package: misc3d
Loading required package: tcltk
Loading required package: MASS
Warning messages:
1: In rgl.init(initValue, onlyNULL) : RGL: unable to open X11 display
2: 'rgl_init' failed, running with rgl.useNULL = TRUE
3: .onUnload failed in unloadNamespace() for 'rgl', details:
call: fun(...)
error: object 'rgl_quit' not found
4: no DISPLAY variable so Tk is not available
[1] 53
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.