Description Objects Slots Methods Note Author(s) Examples
The "version" class contains information on the version of the arf3DS4 objects. Each arf3DS4 object contains this class.
Objects can be created by calls of the form new("version", ...)
.
version
:Version number of the arf3DS4 package.
build
:Build number of the arf3DS4 package.
update
:Update number of the arf3DS4 package.
svnrev
:SVN revision on r-forge.
Standard arf3DS4 accessor and replacement functions can be used to access and replace slots.
.classname.slotname(object)
.classname.slotname(object)<-
In this case classname is "version" and slotname is for example "snvrev". So to access the "svnrev" slot of an r-object "currentversion" (of class "version") type .version.svnrev(currentversion)
.
The "version" class is mainly used for back-compatibility issues.
Wouter D. Weeda - w.d.weeda@gmail.com
1 | showClass("version")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.