Guest User

Untitled

a guest
Jul 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. > #Gerando poligono de frequencia
  2. > temp = hist(weight, main = "Poligono de Frequencia" )
  3. > lines(c(min(temp$breaks),
  4. + temp$mids, max(temp$breaks)),
  5. + c(0,temp$counts,0),type="l")
Add Comment
Please, Sign In to add comment