plot-method {fitmixst4} | R Documentation |
extract plot
## 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, ...)