plot-method: extract plot

Description Usage

Description

extract plot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S4 method for signature 'mixpara,ANY'
plot(x, y, xlab = "x-axis", ylab = "density",
  from = -1, to = 1, ...)

## S4 method for signature 'fitmixout,ANY'
plot(x, y, xlab = "x-axis", ylab = "density",
  main = x@call, type = "l", from = min(x@y), to = max(x@y), ...)

## S4 method for signature 'fitmixout'
lines(x, xlab = "x-axis", ylab = "density", ...)

## S4 method for signature 'fitmixout'
points(x, ...)

fitmixst4 documentation built on Sept. 29, 2019, 3 p.m.