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 8903885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T01:58:57+00:00 2026-06-15T01:58:57+00:00

I tried almost all combinations of paste(), bquote(), as.expression(), c(),… plot(d[,y], type=l,xlim=c(1,n), ylim=c(min(d[,y]),max(d[,y])), ylab=Y,

  • 0

I tried almost all combinations of paste(), bquote(), as.expression(), c(),…

plot(d[,"y"], type="l",xlim=c(1,n), ylim=c(min(d[,"y"]),max(d[,"y"])), 
  ylab="Y", xlab="T", main="ARMA(1,1)",
   sub=c(as.expression(bquote(phi == .(coef_ar)), 
         as.expression(bquote(theta == .(coef_ma))))))

This just plots “phi = 0.5” (the greek symbol in this case) but not the second part (the theta).
Can anyone help me please!

Thanks!

  • 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-06-15T01:58:58+00:00Added an answer on June 15, 2026 at 1:58 am

    You can use substitute. ~ will concatenate together the expressions with a space

    plot(1, main = substitute(phi == Phi ~ theta == Theta, list(Phi = 1, Theta = 1)))
    

    enter image description here

    or you can use bquote in a similar manner

    plot(1, main = bquote(phi == .(coef_ar)  ~ theta == .(coef_ma)))
    

    The reason your initial approach did not work is because it creates a vector of expressions, and then used only the first element for the subtitle.

    If you want comma separated values, then use list(),

    eg

     plot(1, main = bquote(list(phi == .(coef_ar), theta == .(coef_ma))))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have tried almost all the techniques to apply sticky footer to my site
I have tried almost all the solutions from SO but no success :(. I
I have asp.net website name http://www.go4sharepoint.com I have tried almost all ways to improve
I have a problem, I tried to look at almost all the poster solutions,
I'm going crazy with this...why won't this center I have tried almost all the
I've tried almost all the possible permutations... I'm trying to make something like this:
I've seen this question being asked 1000 times, but I'd tried almost all methods
First of all, I've read almost all topics about this. I've tried all advices
I tried to create a form that covers almost all of the content of
I have tried MongoMapper and it is feature complete (offering almost all AR functionality)

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.