plotBM: Plot 2d Brownian motion

Description Usage Arguments Examples

Description

Plot 2d Brownian motion

Usage

1
plotBM(x, pointcolor = c("slateblue", "violetred"), type = "l", ...)

Arguments

x

matrix with 2 columns

pointcolor

color of points at start and end; If NULL

type

passed to plot()

...

passed to plot()

Examples

1
2
x <- simBM(1000)
plotBM(x)

kbroman/simBM documentation built on May 20, 2019, 8:14 a.m.