setclass {popEpi} | R Documentation |
Set the class of an object (convenience function for
setattr(obj, "class", CLASS)
); can add instead of replace
Description
Sets the class of an object in place to cl
by replacing or adding
Usage
setclass(obj, cl, add = FALSE, add.place = "first")
Arguments
obj |
and object for which to set class |
cl |
class to set |
add |
if |
add.place |
|
Author(s)
Joonas Miettinen
[Package popEpi version 0.4.12 Index]