Learn R Programming

gear (version 0.3.4)

print.evgram: Print evgram object

Description

Print an object of class evgram produced by the evgram function.

Usage

# S3 method for evgram
print(x, ...)

Arguments

x

An evgram object produced by the evgram function.

...

Not currently implemented.

Examples

Run this code
# NOT RUN {
data(co)
evgram(Al ~ 1, co, ~ easting + northing)
# }

Run the code above in your browser using DataLab