Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supress diagnostic plots in pdf #219

Closed
VirginiaMorera opened this issue Apr 23, 2020 · 2 comments
Closed

Supress diagnostic plots in pdf #219

VirginiaMorera opened this issue Apr 23, 2020 · 2 comments

Comments

@VirginiaMorera
Copy link

Hello,

Is there a way to suppress the plotting of all diagnostic plots in pdf? It generates a >30.000km pdf that takes ages to create, and there's no option to suppress it apparently. Diag_save refers only to the .txt file.

Thanks!

@brianstock
Copy link
Owner

Sorry about this - no, short of forking your own copy of MixSIAR and commenting out line 786 of output_JAGS.R. I need to separate the GUI from MixSIAR and push a new version to CRAN this week, and will make this small change.

@brianstock
Copy link
Owner

Hi Virginia,

You can now set output_options$diag_save_ggmcmc = FALSE as input to output_JAGS(). Install the version I just pushed:

devtools::install_github("brianstock/MixSIAR", dependencies=T)

And then see

?output_JAGS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants