plot-method {fitmixst4}R Documentation

extract plot

Description

extract plot

Usage

## 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, ...)

[Package fitmixst4 version 0.281 Index]