new.pim {pim} | R Documentation |
Create an object of class pim
Description
This function is the constructor for an object of class pim. It is nothing
but a placeholder for new("pim", ...)
. This function is not exported.
Usage
new.pim(...)
Arguments
... |
Data to include in the new object. See |
Value
an object of class pim
. See pim-class
[Package pim version 2.0.2 Index]