We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ExportConfiguration
In the following class:
ExportConfiguration$new( name = NULL, format = NULL, width = NULL, height = NULL, units = NULL, dpi = NULL )
I am assuming the supported file formats are the same ones supported by ggplot2?
one of "eps", "ps", "tex" (pictex), "pdf", "jpeg", "tiff", "png", "bmp", "svg" or "wmf" (windows only)
If yes, I think we can create enum for the same.
Similarly, we can also create an enum for units specifying plot dimensions:
Plot size in units ("in", "cm", "mm", or "px")
The text was updated successfully, but these errors were encountered:
Fixes Open-Systems-Pharmacology#263 add enum helpers for units and fo…
78fb2dc
…rmat
486187b
No branches or pull requests
In the following class:
I am assuming the supported file formats are the same ones supported by ggplot2?
If yes, I think we can create enum for the same.
Similarly, we can also create an enum for units specifying plot dimensions:
The text was updated successfully, but these errors were encountered: