View source: R/ClassFunctions.R
| summary.Extrema | R Documentation |
Extrema objectReturns the below information about the object:
call of the function defining the object,
the type of the extrema (i.e. the description
of the extrema), extrema points,
distances from extrema to the reference object
(e.g. boundary of a triangle),
some of the data points (from which extrema is found).
## S3 method for class 'Extrema'
summary(object, ...)
object |
An |
... |
Additional parameters for |
The call of the object of class "Extrema",
the type of the extrema (i.e. the description
of the extrema), extrema points,
distances from extrema to the reference object
(e.g. boundary of a triangle),
some of the data points (from which extrema is found).
print.Extrema,
print.summary.Extrema,
and plot.Extrema
## Not run:
n<-10
Xp<-runif.std.tri(n)$gen.points
Ext<-cl2edges.std.tri(Xp)
Ext
summary(Ext)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.