plotBrM: Plot Brownian motion

Description Usage Arguments Value Examples

View source: R/simBrM.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)

kbroman/simBrM documentation built on March 27, 2020, 7:21 p.m.