Learn R Programming

pcds (version 0.1.2)

print.Extrema: 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 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

Run this code
# NOT RUN {
n<-20
dat<-runifTe(n)$gen.points
Ext<-cl2edgesTe(dat)
Ext
print(Ext)

# }

Run the code above in your browser using DataLab