loadDLL {dMod} | R Documentation |
Load shared object for a dMod object
Description
Usually when restarting the R session, although all objects are saved in
the workspace, the dynamic libraries are not linked any more. loadDLL
is a wrapper for dyn.load
that uses the "modelname" attribute of
dMod objects like prediction functions, observation functions, etc. to
load the corresponding shared object.
Usage
loadDLL(...)
Arguments
... |
objects of class prdfn, obsfn, parfn, objfn, ... |
[Package dMod version 1.0.2 Index]