inst/doc/pinp.R

## -----------------------------------------------------------------------------
a <- 2 + 2
a

## -----------------------------------------------------------------------------
set.seed(42)
par(mar=c(3,3,3,0))
plot(cumsum(rnorm(100)), type='l',
     main="Up and and away")

Try the pinp package in your browser

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

pinp documentation built on Oct. 23, 2020, 6:21 p.m.