
Plot histogram of posterior distribution(s)
Source:R/hist.demografr_abc.R
hist.demografr_abc.abc.Rd
Plot histogram of posterior distribution(s)
Usage
# S3 method for class 'demografr_abc.abc'
hist(x, param = NULL, ...)
Examples
# read inferred posterior distribution object from an example ABC run
abc_res <- readRDS(system.file("examples/basics_abc.rds", package = "demografr"))
# plot histograms of posteriors for all parameters (in sequence)
# hist(abc_res)
# plot only selected posteriors
# hist(abc_res, param = "gf_BC")
hist(abc_res, param = "^Ne_")