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
imagetype
If filename is specified with an extension then imagetype parameter should be inferred automatically.
filename
Two solutions:
Current we can create a tiff file with a pdf extension without any kind of warning:
tiff
pdf
venn.diagram( x = list(A = 1:150, B = 121:170), filename = 'test.pdf', imagetype = 'tiff', disable.logging = TRUE )
The text was updated successfully, but these errors were encountered:
Yup makes sense to deprecate imagetype, and potentially to import the write.plot function that's in BPG
write.plot
Sorry, something went wrong.
No branches or pull requests
If
filename
is specified with an extension thenimagetype
parameter should be inferred automatically.Two solutions:
a. First look for extension in
filename
b. If no extension then find extension from
imagetype
imagetype
argument and only access filetype via extension given infilename
Current we can create a
tiff
file with apdf
extension without any kind of warning:The text was updated successfully, but these errors were encountered: