-
Notifications
You must be signed in to change notification settings - Fork 27
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
very large flow diagrams #186
Comments
Thanks for the kind words! Please tell me if any of those helps! |
Thanks so much for your pointers. You are a star! I have found that the code is sometimes just too long for any of these workarounds. I guess that it is hard to split such diagrams and spread them over multipel pages! I'll certainly use your package more though. |
In fact the act of splitting the diagram itself is not so hard because the code in R can be converted to a nested list and we can just pick one part out, to print it as a second step, but the action of selecting the right part to extract is hard:
For the latter, just thinking out loud, maybe we could have a special comment that would extract everything under this comment until we reach an upstream branch or another special comment. |
I too encountered this problem when trying this on huge base R functions (>1200 LOC). I think that the second solution could be doable. Blocks of code are in a depth level |
Here is an example that doesn't currently display very successfully flow::flow_view(multinma:::predict.stan_nma) |
love the package! I have not had useful visualizations when applied to a very long piece of code (everything is way too small to see with the naked eye!!). Unfortunately this is where it is most useful to me. Do you have any ideas and pointers?
The text was updated successfully, but these errors were encountered: