ergm_plot.mcmc.list {ergm} | R Documentation |
Plot MCMC list using lattice
package graphics
Description
Plot MCMC list using lattice
package graphics
Usage
ergm_plot.mcmc.list(x, main = NULL, vars.per.page = 3, ...)
Arguments
x |
an |
main |
character, main plot heading title. |
vars.per.page |
Number of rows (one variable per row) per
plotting page. Ignored if |
... |
additional arguments, currently unused. |
Note
This is not a method at this time.
[Package ergm version 4.6.0 Index]