docs/articles/NewHelp.R

## ------------------------------------------------------------------------
ans <- 2 + 7
ans

## ------------------------------------------------------------------------
set.seed(123)
x <- rchisq(10000, 2)
hist(x, col = "purple")
alanarnholt/simplemathr documentation built on May 10, 2019, 8:49 a.m.