Description Usage Arguments Value Examples
Minimize the gloabal energy of a drtm model.
1 | drt_iterate(obj, n_iter)
|
obj, |
drtm, a drtm model. |
n_iter |
numeric, number of iterations. |
A new drtm with 'n_iter' times more iterations.
1 2 3 4 5 6 | # Example model
m <- drt_import(
system.file("Jegenstorf_i1000.RData", package = "drtplanr")
)
drt_iterate(m, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.