View source: R/multiplication.R
mult2 | R Documentation |
Fonction générique permettant de multiplier un objet par 2.
mult2(x, ...) ## S3 method for class 'numeric' mult2(x, ...) ## S3 method for class 'integer' mult2(x, ...) ## S3 method for class 'list' mult2(x, ...)
x |
objet à multiplier par 2 |
... |
arguments paséss aux méthodes |
Un objet du même type que x
correspondant au produit
de x
avec 2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.