print.Extrema {pcds} | R Documentation |
Extrema
object
Prints the call
of the object
of class "Extrema"
and also the type
(i.e. a brief description) of the extrema).
## S3 method for class 'Extrema'
print(x, ...)
x |
A |
... |
Additional arguments for the S3 method |
The call
of the object
of class "Extrema"
and also the type
(i.e. a brief description) of the extrema).
summary.Extrema
,
print.summary.Extrema
,
and plot.Extrema
n<-10
Xp<-runif.std.tri(n)$gen.points
Ext<-cl2edges.std.tri(Xp)
Ext
print(Ext)
typeof(Ext)
attributes(Ext)