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

The firstPack package was written to illustrate R package construction.

It has just two functions. simBrM() to simulate Brownian motion.

library(firstPack)
x <- simBrM(1000)

Plus plotBrM() to plot the result.

plotBrM(x)


ehyaei/firstPack documentation built on Jan. 1, 2021, 12:15 a.m.