knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(package1)

This is how to use the function 'square()'

square(1:10)

I like to make a plot

plot(1:10, square(1:10))


ralphjia/package1 documentation built on Nov. 14, 2019, 3:43 a.m.