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

  • Home
  • SEARCH
  • 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 9173115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:30:50+00:00 2026-06-17T16:30:50+00:00

How does the formula in the first parameter of boxplot in the following code

  • 0

How does the formula in the first parameter of boxplot in the following code make the correct correspondence between b and a after a has been reordered.

a <- as.factor(c("TX", "NY", "WA"))
levels(a)
b <- c(5, 3, 2)
boxplot(b ~ a)
# Order the levels of a according to their value in b
a_reordered <- reorder(a, b)
levels(a_reordered)
boxplot(b ~ a_reordered)

Why doesn’t b need to be reordered as well?

edit: I replaced my example with the concrete example of @Marius

  • 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-17T16:30:51+00:00Added an answer on June 17, 2026 at 4:30 pm

    In your boxplot(quantity ~ bymedian) call, the order of states on the x-axis is determined by the order of levels for the bymedian factor. Compare levels(x$State) to levels(bymedian), and you’ll see why the two variables behave differently when used in a plot. Note that the data itself in bymedian hasn’t changed order.

    A quick example:

    a <- as.factor(c("TX", "NY", "WA"))
    levels(a)
    b <- c(5, 3, 2)
    boxplot(b ~ a)
    # Order the levels of a according to their value in b
    a_reordered <- reorder(a, b)
    levels(a_reordered)
    boxplot(b ~ a_reordered)
    

    And just to make it clear what it means to say that the actual data hasn’t changed:

    > a
    [1] TX NY WA
    Levels: NY TX WA
    > a_reordered
    [1] TX NY WA
    # Don't be confused by this extra attr(, "scores") bit: the line
    # above is the actual data stored in the vector
    #attr(,"scores")
    #NY TX WA 
    # 3  5  2 
    Levels: WA NY TX
    > b
    [1] 5 3 2
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does the following psuedo code accomplish my goal of cleaning up after myself when
is there a way in Excel to have a formula that does something like
Does Castle ActiveRecord supports SQL formula as supported by nHibernate? E.g. In nHibernate we
Does anyone know if there is a way to generate different code in the
Does COUNT(*) have any significant impact for MySQL performance if query already has GROUP
Does anyone have a translate function for x/y positions after rotation in javascript? for
Just a random question but does anyone know the formula for how a timestamp
When I use a formula to ad the name it works (first series: Max.
I am trying to convert the following sentence to a well formed formula using
First, the formula I'm currently using: =countifs('page1'!AF:AF,$L6,'page1'!AA:AA,=&RIGHT(M$2,3))+countifs('page1'!AF:AF,$L6,'page1'!AB:AB,=&RIGHT(M$2,3))+countifs('page1'!AF:AF,$L6,'page1'!AC:AC,=&RIGHT(M$2,3))+countifs('page1'!AF:AF,$L6,'page1'!AD:AD,=&RIGHT(M$2,3))+countifs('page1'!AF:AF,$L6,'page1'!AE:AE,=&RIGHT(M$2,3))+countifs('page1'!AF:AF,$L6,'page1'!AF:AF,=&RIGHT(M$2,3)) Alright, now, what I'm attempting to match

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.