if (FALSE) {
# Extract the plot options from the miniMeta object
plot_opts <- plotOptions(example_miniMeta_obs)
# Call directly the forest.meta method, with all plot options
do.call(forest, c(x=list(example_miniMeta_obs$meta), plot_opts))
# Equivalently, call the forest.miniMeta method directly
forest(example_miniMeta_obs)
}
Run the code above in your browser using DataLab