Learn R Programming

packClassic (version 0.5.2)

packClassic-package: Toy example of a classic package

Description

This package is a toy example build to illustrate the construction of a package as explain in the tutorial Petit Manuel de Programmation Orientee Objet en R.

Arguments

Details

ll{ Package: packClassic Type: Package Version: 0.5.2 Date: 2009-10-15 License: GPL(>=2.0) LazyLoad: yes } This package is a toy example build to illustrate the construction of a package as explain in the tutorial Petit Manuel de Programmation Orientee Objet en R. There is mainly two functions. There are documented in publicAC. May be there is another one, but it is a secret...

References

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

See Also

packS4 is another toy example build to illustrate the construction of an S4 package.

Examples

Run this code
### PublicC is the main fonction of this package
publicC(3)

Run the code above in your browser using DataLab