traj | R Documentation |
Extract the history of evaluations of the objective function performed when a cluster process model was fitted.
traj(object)
object |
Fitted cluster point process model (object of class |
Under appropriate circumstances, the fitted model object
contains the history of evaluations of the objective function
that were performed by the optimisation algorithm. This history is
extracted by traj
.
The result is a data frame containing the input parameter values for
the objective function, and the corresponding value of the objective
function, that were considered by the optimisation algorithm. This
data frame also belongs to the class "traj"
which has
methods for plot
, print
and other purposes.
Either a data frame (belonging to class "traj"
)
or NULL
.
.
methods.traj
fit <- kppm(redwood, trajectory=TRUE)
h <- traj(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.