Movatterモバイル変換


[0]ホーム

URL:


rdrr.io

prod: Product of Vector Elements

prodR Documentation

Product of Vector Elements

Description

prod returns the product of all the valuespresent in its arguments.

Usage

prod(..., na.rm = FALSE)

Arguments

...

numeric or complex or logical vectors.

na.rm

logical. Should missing values be removed?

Details

Ifna.rm isFALSE anNAvalue in any of the arguments will causea value ofNA to be returned, otherwiseNA values are ignored.

This is a generic function: methods can be defined for itdirectly or via theSummary group generic.For this to work properly, the arguments... should beunnamed, and dispatch is on the first argument.

Logical true values are regarded as one, false values as zero.For historical reasons,NULL is accepted and treated as if itwerenumeric(0).

Value

The product, a numeric (of type"double") or complex vector of length one.NB: the product of an empty set is one, by definition.

S4 methods

This is part of the S4Summarygroup generic. Methods for it must use the signaturex, ..., na.rm.

References

Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)The New S Language.Wadsworth & Brooks/Cole.

See Also

sum,cumprod,cumsum.

‘plotmath’ for the use ofprod in plot annotation.

Examples

print(prod(1:7)) == print(gamma(8))

What can we improve?

R Package Documentation

Browse R Packages

We want your feedback!

Note that we can't provide technical support on individual packages. You should contact the package authors for that.

 
Embedding an R snippet on your website

Add the following code to your website.

For more information on customizing the embed code, readEmbedding Snippets.

Close

[8]ページ先頭

©2009-2026 Movatter.jp