inst/doc/vignette.R

## ------------------------------------------------------------------------
library(histry)

## ------------------------------------------------------------------------
1+2
.4-.7+.3 # what? it is not zero!

## ------------------------------------------------------------------------
plot(1:10)
hist(rnorm(1010))

## ------------------------------------------------------------------------
strsplit('hello indented world', ' ')[[1]]

## ------------------------------------------------------------------------
x = 1:10
rev(x^2)

## ------------------------------------------------------------------------
	histry()

Try the histry package in your browser

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

histry documentation built on May 2, 2019, 8:51 a.m.