inst/snippets/Figure2.8.R

histogram( ~ Pulse, type = "count", width = 5, data = StudentSurvey)
histogram( ~ Exercise, type = "count", width = 2, center = 2, 
          right = FALSE, ylim = c(0, 70), data = StudentSurvey) 
histogram( ~ Piercings, width = 1, data = StudentSurvey)

Try the Lock5withR package in your browser

Any scripts or data that you put into this service are public.

Lock5withR documentation built on May 2, 2019, 3:43 p.m.