mig.partraces.plot | R Documentation |
Functions for plotting the MCMC parameter traces from the migration model.
mig.partraces.plot(
mcmc.list = NULL,
sim.dir = NULL,
chain.ids = NULL,
par.names = mig.parameter.names(),
nr.points = NULL,
dev.ncol = 2,
...
)
mig.partraces.cs.plot(
country,
mcmc.list = NULL,
sim.dir = NULL,
chain.ids = NULL,
par.names = mig.parameter.names.cs(),
nr.points = NULL,
dev.ncol = 3,
...
)
mcmc.list |
List of |
sim.dir |
Directory with the MCMC simulation results. It is only used if |
chain.ids |
List of MCMC identifiers to be plotted. If it is |
par.names |
Names of parameters for which traces should be plotted. By default all
country-independent parameters are plotted if used within |
nr.points |
Number of points to be plotted. If |
dev.ncol |
Number of column for the graphics device. If the number of parameters is smaller
than |
... |
Additional graphical parameters. |
country |
Name or numerical code of a country. It can also be given as ISO-2 or ISO-3 characters. |
The functions plot MCMC traces either for country-independent parameters
(mig.partraces.plot
or for country-specific parameters (mig.partraces.cs.plot
,
one graph per parameter. One can restrict it to specific chains by setting
the chain.ids
argument, and to specific parameters by setting the par.names
argument.
No return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.