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
@dlaqudgml2 선생님,
ggsave한 시뮬레이션 그림 비율이 맞지 않아서 위아래로 눌려 보이는데 현재 창크기 비율대로 ggsave()의 width, height 조절했으면 좋겠습니다.
The text was updated successfully, but these errors were encountered:
"y축에 concentration of substrate, concentration of perpetrator 옆에 (ng/mL)있으면 좋을것 같습니다"
@shbae1211
Sorry, something went wrong.
현재 그림 표시 부분 840x420 px이기 때문에 ggsave(…, width = 10, height = 5) 식으로 처리하면 될듯
ggsave(…, width = 10, height = 5)
dlaqudgml2
No branches or pull requests
@dlaqudgml2 선생님,
ggsave한 시뮬레이션 그림 비율이 맞지 않아서 위아래로 눌려 보이는데 현재 창크기 비율대로 ggsave()의 width, height 조절했으면 좋겠습니다.
The text was updated successfully, but these errors were encountered: