spim_pars_pmcmc_load | R Documentation |
Load the pmcmc parameters from disk. We expect three files; one
for the overall parameters (info
), one with details of the priors
(prior
) and one describing the proposal kernel (proposal
).
spim_pars_pmcmc_load(
path,
info = "info.csv",
prior = "prior.csv",
proposal = "proposal.csv"
)
path |
Directory where the csv files are found. |
info |
Filename for the parameter info, relative to |
prior |
Filename for the parameter priors, relative to |
proposal |
Filename for the parameter proposal, relative to |
A spim_pars_pmcmc object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.