Or.. unlist(data) -----Original Message----- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Nick Matzke Sent: Saturday, 5 June 2010 11:17 AM To: r-help@r-project.org Subject: Re: [R] 380x380 dataframe to list
That's the answer, thanks!! Nick Peter Langfelder wrote: > c(as.matrix(data)) will not do it? > > Peter > > On Fri, Jun 4, 2010 at 5:47 PM, Nick Matzke <mat...@berkeley.edu> wrote: >> Hi, >> >> This can't be hard, but I can't find the solution. I have a 380x380 data >> frame of numbers. I would like to turn it into a single column so I can do >> e.g. hist and mean on it without writing my own function. There must be a >> simple function for this, but I'm stumped -- reshape, dim, etc. don't seem >> to do it... >> >> Help appreciated! >> Thanks!! >> Nick >> >> -- >> ==================================================== >> Nicholas J. Matzke >> Ph.D. Candidate, Graduate Student Researcher >> Huelsenbeck Lab >> Center for Theoretical Evolutionary Genomics >> 4151 VLSB (Valley Life Sciences Building) >> Department of Integrative Biology >> University of California, Berkeley >> >> Graduate Student Instructor, IB200A >> Principles of Phylogenetics: Systematics >> http://ib.berkeley.edu/courses/ib200a/index.shtml >> >> Lab websites: >> http://ib.berkeley.edu/people/lab_detail.php?lab=54 >> http://fisher.berkeley.edu/cteg/hlab.html >> Dept. personal page: >> http://ib.berkeley.edu/people/students/person_detail.php?person=370 >> Lab personal page: http://fisher.berkeley.edu/cteg/members/matzke.html >> Lab phone: 510-643-6299 >> Dept. fax: 510-643-6264 >> Cell phone: 510-301-0179 >> Email: mat...@berkeley.edu >> >> Mailing address: >> Department of Integrative Biology >> 3060 VLSB #3140 >> Berkeley, CA 94720-3140 >> >> ----------------------------------------------------- >> "[W]hen people thought the earth was flat, they were wrong. When people >> thought the earth was spherical, they were wrong. But if you think that >> thinking the earth is spherical is just as wrong as thinking the earth is >> flat, then your view is wronger than both of them put together." >> >> Isaac Asimov (1989). "The Relativity of Wrong." The Skeptical Inquirer, >> 14(1), 35-44. Fall 1989. >> http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm >> >> ______________________________________________ >> R-help@r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > -- ==================================================== Nicholas J. Matzke Ph.D. Candidate, Graduate Student Researcher Huelsenbeck Lab Center for Theoretical Evolutionary Genomics 4151 VLSB (Valley Life Sciences Building) Department of Integrative Biology University of California, Berkeley Graduate Student Instructor, IB200A Principles of Phylogenetics: Systematics http://ib.berkeley.edu/courses/ib200a/index.shtml Lab websites: http://ib.berkeley.edu/people/lab_detail.php?lab=54 http://fisher.berkeley.edu/cteg/hlab.html Dept. personal page: http://ib.berkeley.edu/people/students/person_detail.php?person=370 Lab personal page: http://fisher.berkeley.edu/cteg/members/matzke.html Lab phone: 510-643-6299 Dept. fax: 510-643-6264 Cell phone: 510-301-0179 Email: mat...@berkeley.edu Mailing address: Department of Integrative Biology 3060 VLSB #3140 Berkeley, CA 94720-3140 ----------------------------------------------------- "[W]hen people thought the earth was flat, they were wrong. When people thought the earth was spherical, they were wrong. But if you think that thinking the earth is spherical is just as wrong as thinking the earth is flat, then your view is wronger than both of them put together." Isaac Asimov (1989). "The Relativity of Wrong." The Skeptical Inquirer, 14(1), 35-44. Fall 1989. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.