Skip to content
Prev 302978 / 398503 Next

help hist some 'x' not counted; maybe 'breaks' do not span range of 'x'

Hello,

You went from 20 to 1300? What about from 20 to max(dados[[1]])?

breaks <- seq(0, max(dados[[1]]), by = 0.5)
hist(dados[[1]], breaks = breaks, ...etc...)

Hope this helps,

Rui Barradas

Em 10-08-2012 00:54, aprendiz programa escreveu: