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

To use the function square:

square(1:3)

To include plots:

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


alrein05/package.11.14.21 documentation built on Dec. 19, 2021, 1:36 a.m.