plot.Extrema | R Documentation |
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 class 'Extrema'
plot(x, asp = NA, xlab = "", ylab = "", zlab = "", ...)
x |
Object of class |
asp |
A |
xlab , ylab , zlab |
Titles
for the |
... |
Additional parameters for |
None
print.Extrema
,
summary.Extrema
,
and print.summary.Extrema
n<-10
Xp<-runif.std.tri(n)$gen.points
Ext<-cl2edges.std.tri(Xp)
Ext
plot(Ext,asp=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.