plotBrM: Plot Brownian motion

Description Usage Arguments Value Examples

View source: R/plotBrM.R

Description

Plot Brownian motion

Usage

1
plotBrM(x, pointcolor = c("springgreen", "violetred"), ...)

Arguments

x

matrix with two columns

pointcolor

color of start and end points

...

passed to plot()

Value

None

Examples

1
2
x <- simBrM(1000)
plotBrM(x)

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