Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7673595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:32:55+00:00 2026-05-31T16:32:55+00:00

I am trying to construct 3 scatter plots together using: par(mfrow=c(3,1)),pty=’s’) but they appear

  • 0

I am trying to construct 3 scatter plots together using:

par(mfrow=c(3,1)),pty='s')

but they appear rather small on an A4 size paper. When I used:

par(mfrow=c(3,1)) only, the scatter plots were too stretched out (length wise). Is there anything that can be used to allow me to adjust the size so that they are large enough (3 plots) on an A4 size paper?

This is what I am currently using to plot the fist one:

(apirt$irt12[apirt$surv==1],
apirt$prtemp[apirt$surv==1],
xlab="ave.base of ears (°C)",
ylab="rectal (°C)",
xlim=c(26,42),
ylim=c(30,42),
col='blue')

Thanks,

Baz

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T16:32:57+00:00Added an answer on May 31, 2026 at 4:32 pm

    You should specify the size of the page, somewhere…

    pdf(file="tmp.pdf",width=21/2,height=29.7/2)
    op <- par(mfrow=c(3,1), pty="s")  # or c(2,2) 
    plot(1:100,cumsum(rnorm(100)))
    plot(1:100,cumsum(rnorm(100)))
    plot(1:100,cumsum(rnorm(100)))
    par(op)
    dev.off()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying construct a PostgreSQL query that does the following but so far my
I've been trying to construct a ruby regex which matches trailing spaces - but
Trying to construct a helper class that will return an arraylist, but I'm getting
I'm trying to construct a JDOQL query (using datanucleus) that will search for matches
I am presently trying to construct an OBB (Oriented Bounding Box) using the source
I am trying to Construct a URI. But I am unable to handle bad
I'm trying to construct a SQL query that I think requires multiple JOIN's, but
I am trying to construct an sql query using a while loop that increments
Trying to construct a date: CAST('9/1/' + YEAR(GETDATE()) AS Datetime) AS test2 But it
I'm trying to construct a path using a command-line argument in bash. I added

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.