inst/snippet/number-prob.R

t <- table(littleSurvey$number); t
plot <- histogram(~number, littleSurvey, breaks=0.5 + 0:30)
max(t)
which(t == max(t))
which(t == min(t))
table(littleSurvey$number %% 2 == 0)

Try the fastR package in your browser

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

fastR documentation built on May 1, 2019, 11:18 p.m.