functionClassicA: functionClassicA

Description Usage Arguments Details Value Author(s) References Examples

Description

A very nice function

Usage

1

Arguments

age

[numeric] The age of the patient

Details

Double the age

Value

An age [numeric]

Author(s)

Christophe Genolini <genolini@u-paris10.fr>

References

Book: "Petit Manuel de Programmation Orientee Objet sous R"

Examples

1
2
myAge <- 35
functionClassicA(myAge)

packS4 documentation built on May 2, 2019, 9:25 a.m.