print.Extrema: Print a 'Extrema' 'object'

View source: R/ClassFunctions.R

print.ExtremaR Documentation

Print a Extrema object

Description

Prints the call of the object of class "Extrema" and also the type (i.e. a brief description) of the extrema).

Usage

## S3 method for class 'Extrema'
print(x, ...)

Arguments

x

A Extrema object.

...

Additional arguments for the S3 method 'print'.

Value

The call of the object of class "Extrema" and also the type (i.e. a brief description) of the extrema).

See Also

summary.Extrema, print.summary.Extrema, and plot.Extrema

Examples

## Not run: 
n<-10
Xp<-runif.std.tri(n)$gen.points
Ext<-cl2edges.std.tri(Xp)
Ext
print(Ext)

typeof(Ext))
attributes(Ext)

## End(Not run)


elvanceyhan/pcds documentation built on June 29, 2023, 8:12 a.m.