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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T06:26:17+00:00 2026-05-20T06:26:17+00:00

This is a repost from the Statistics portion of the Stack Exchange. I had

  • 0

This is a repost from the Statistics portion of the Stack Exchange. I had asked the question there, I was advised to ask this question here. So here it is.

I have a list of data-frames. Each data-frame has a similar structure. There is only one column in each data-frame that is numeric. Because of my data-requirements it is essential that each data-frame has different lengths. I want to create a boxplot of the numerical values, categorized over the attributes in another column. But the boxplot should include information from all the data-frames.

I hope it is a clear question. I will post sample data soon.

  • 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-20T06:26:18+00:00Added an answer on May 20, 2026 at 6:26 am

    Sam,

    I’m assuming this is a follow up to this question? Maybe your sample data will illustrate the nuances of your needs better (the “categorized over attributes in another column” part), but the same melting approach should work here.

    library(ggplot2)
    library(reshape2)
    #Fake data
    a <- data.frame(a = rnorm(10))
    b <- data.frame(b = rnorm(100))
    c <- data.frame(c = rnorm(1000))
    
    #In a list
    myList <- list(a,b,c)
    
    
    #In a melting pot
    df <- melt(myList)
    
    #Separate boxplots for each data.frame
    qplot(factor(variable), value, data = df, geom = "boxplot")
    #All values plotted together as one boxplot
    qplot(factor(1), value, data = df, geom = "boxplot")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Disclaimer This question is a repost. I originally asked it here . While there
I initially asked this on Superuser, but somebody advised me to repost here. I
I was asked to repost this question, due to the answers were not going
This is a repost from gis.stackexchange . The question is fairly long and detailed
This is actually a repost of a question of mine from some weeks ago.
I have a feeling this is a repost but I can't seem to find
dudes. I hope this question is not a repost. I'm newbie on Kohana. I'm
This question comes from a range of other questions that all deal with essentially
This is a repost from the msdn forums that got no good results. In
I just have a quick question to see if this is possible with the

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.