
Last chance! 50% off unlimited learning
Sale ends in
Extrema
object
Plots the data points and extrema among these points together with the reference object (e.g., boundary of the support region)
# S3 method for Extrema
plot(x, asp = NA, xlab = "", ylab = "", zlab = "", ...)
None
Object of class Extrema
.
A numeric
value, giving the aspect ratio for NA
),
see the official help for asp
by typing "? asp
".
Titles for the ""
for all).
Additional parameters for plot
.
print.Extrema
, summary.Extrema
, and print.summary.Extrema
if (FALSE) {
n<-10
Xp<-runif.std.tri(n)$gen.points
Ext<-cl2edges.std.tri(Xp)
Ext
plot(Ext,asp=1)
}
Run the code above in your browser using DataLab