Hi everyone, I made this set of boxplots that would show me the widths of some sites broken up by some chromosome, but I don't know how to make it indicate the number of data points that created the boxplot. How do I do that? boxplot(data$site~data$chr,varwidth='TRUE') -- View this message in context: http://r.789695.n4.nabble.com/boxplot-width-tp2266805p2266805.html Sent from the R help mailing list archive at Nabble.com.
Does: boxplot(data$site~data$chr, varwidth=TRUE) (notice I removed the ' ' from the 'TRUE') Work ? ----------------Contact Details:------------------------------------------------------- Contact me: Tal.Galili@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com (English) ---------------------------------------------------------------------------------------------- On Thu, Jun 24, 2010 at 2:45 PM, nana <adriana_five@yahoo.co.uk> wrote:> boxplot(data$site~data$chr,varwidth='TRUE') >[[alternative HTML version deleted]]
On Jun 24, 2010, at 7:45 AM, nana wrote:> > Hi everyone, > I made this set of boxplots that would show me the widths of some > sites > broken up by some chromosome, but I don't know how to make it > indicate the > number of data points that created the boxplot. > How do I do that? > > boxplot(data$site~data$chr,varwidth='TRUE') >?boxplot ... read the Value section ?text> > > -- > View this message in context: http://r.789695.n4.nabble.com/boxplot-width-tp2266805p2266805.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at 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.