plot-methods: Plot the linepicking class to standard output.

Description Arguments Value Author(s) Examples

Description

Plot the linepicking class to standard output.

Arguments

x

A linepicking object.

dist

either "pdf" for pdf or "cdf" for cdf

Value

NULL. Plots appropriate plot

Author(s)

Eric Parsonage, Matt Roughan, Jono Tuke

Examples

1
2
3
tmp <- CreateLinePicking(problem=0,para=10)
plot(tmp)
plot(tmp,dist="cdf")

mroughan/LinePicking documentation built on May 23, 2019, 7:48 a.m.