DimmestLemming wrote: > > hist(soloData$deaths) > > I get the error, " invalid number of 'breaks' ". >
Try str(soloData$deaths) or head(soloData$deaths) or summary(soloData$Death) There may be something wrong with you data. Dieter -- View this message in context: http://r.789695.n4.nabble.com/Histogram-of-a-dataframe-subset-failing-tp3689884p3689993.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.