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

Enhancement: ggplot styleguide #26

Open
mboyas-mitre opened this issue Feb 19, 2019 · 0 comments
Open

Enhancement: ggplot styleguide #26

mboyas-mitre opened this issue Feb 19, 2019 · 0 comments

Comments

@mboyas-mitre
Copy link
Contributor

#' plot grouped CSMF from a "insilico" object

Significant sections of this code undergo hard-to-read loop-based processing and plotting that is nonintuitive to ggplot. For example, all of the if/else plotting statements at the end could be simplified - maybe not in number of lines but at least in terms of organization and readability - to more modular chunks of ggplot layers relying on dplyr-based transformations of the dataset. Making such a change would increase the readability of the code, make it easier to maintain, and also likely simplify and optimize processing.

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

1 participant