I plotted the values using this code:
png(filename="q.png", width=3000, height=1600, units="px")
but the values on x and y axes appeared to be too small. I want to magnify them. How do I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I suspect that you need to change it when you plot the graph, for example:
EDITED 1: To change the title size:
EDITED 2:
Shaded plot area. Not sure if this is the best way to do it. There may be simpler and more elegant ways to shade the plot area.