plot.bcnsm: Visualization of the fit of the BCNSM distributions

View source: R/06_methods.R

plot.bcnsmR Documentation

Visualization of the fit of the BCNSM distributions

Description

Visualization of the fit of the BCNSM distributions

Usage

## S3 method for class 'bcnsm'
plot(
  x,
  type = c("response", "margins", "epsilon"),
  outliers = FALSE,
  alpha = 0.01,
  panel = NULL,
  levels = c(1, 0.1, 0.01, 0.001, 1e-04),
  ...
)

Arguments

x

an object of class bcnsm.

type

character; specifies which graphical should be produced. The available options are "response" (default), "margins", and "epsilon".

outliers

logical; used only when type = "response". If TRUE, possible outliers are highlighted in red.

alpha

criterion according to the squared Mahalanobis distances that identifies a point as a possible outlier.

panel

A vector of the form c(nr, nc) with the number of rows and columns, where the figures will be drawn in an nr-by-nc array on the device.

levels

levels for contours plots.

...

further arguments passed to or from other methods.

Author(s)

Rodrigo M. R. de Medeiros <rodrigo.matheus@live.com>


rdmatheus/BCNSM documentation built on Feb. 8, 2024, 1:28 a.m.