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
From
MicrobiomeR/R/barplot.R
Lines 99 to 106 in dfc8f67
The axis.text.x = ggplot2::element_blank(), part can be removed and expand = c(0,0) can be added to scale_y_continuous for formatting the axis.
axis.text.x = ggplot2::element_blank(),
expand = c(0,0)
scale_y_continuous
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From
MicrobiomeR/R/barplot.R
Lines 99 to 106 in dfc8f67
The
axis.text.x = ggplot2::element_blank(),
part can be removed andexpand = c(0,0)
can be added toscale_y_continuous
for formatting the axis.The text was updated successfully, but these errors were encountered: