plot.Extrema {pcds} | R 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 |
asp |
A |
xlab , ylab , zlab |
Titles
for the |
... |
Additional parameters for |
Value
None
See Also
print.Extrema
,
summary.Extrema
,
and print.summary.Extrema
Examples
n<-10
Xp<-runif.std.tri(n)$gen.points
Ext<-cl2edges.std.tri(Xp)
Ext
plot(Ext,asp=1)
[Package pcds version 0.1.8 Index]