sum {math} R Documentation

Sum of Vector Elements

Description


sum returns the sum of all the values present in its arguments.

Usage

sum(x,
    narm = FALSE);

Arguments

x

numeric or complex or logical vectors.

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type double.

clr value class

Examples


[Package math version 2.33.856.6961 Index]