plot.Extrema: Plot an 'Extrema' 'object'

plot.ExtremaR Documentation

Plot an Extrema object

Description

Plots the data points and extrema among these points together with the reference object (e.g., boundary of the support region)

Usage

## S3 method for class 'Extrema'
plot(x, asp = NA, xlab = "", ylab = "", zlab = "", ...)

Arguments

x

Object of class Extrema.

asp

A numeric value, giving the aspect ratio for y-axis to x-axis y/x for the 2D case, it is redundant in the 3D case (default is NA), see the official help for asp by typing "? asp".

xlab, ylab, zlab

Titles for the x and y axes in the 2D case, and x, y, and z axes in the 3D case, respectively (default is "" for all).

...

Additional parameters for plot.

Value

None

See Also

print.Extrema, summary.Extrema, and print.summary.Extrema

Examples

## Not run: 
n<-10
Xp<-runif.std.tri(n)$gen.points
Ext<-cl2edges.std.tri(Xp)
Ext
plot(Ext,asp=1)

## End(Not run)


elvanceyhan/pcds documentation built on June 29, 2023, 8:12 a.m.