points.bmop: Plot points from bmop

Description Usage Arguments Details See Also Examples

View source: R/1-base-functions.R

Description

Plot points from bmop

Usage

1
2
## S3 method for class 'bmop'
points(x, N = 100, ...)

Arguments

x

bmop object

N

number of points to plot

...

graphical parameters see par

Details

As points, this functions provide a way to add the plot of a bmop to an existing plot.

See Also

plot.bmop.

Examples

1
2
3
4
5
6
N<-50 # N small for CRAN
data<-rnorm(N)
bmopE<-bmop_fit(data)
bmopS<-search_bmop(data)
plot(bmopE)
points(bmopS,type="l",col="red")

gherardovarando/Rbmop documentation built on May 17, 2019, 4:17 a.m.