print.evgram {gear} | R Documentation |
Print evgram
object
Description
Print an object of class evgram
produced by the
evgram
function.
Usage
## S3 method for class 'evgram'
print(x, ...)
Arguments
x |
An |
... |
Not currently implemented. |
Author(s)
Joshua French
Examples
data(co)
evgram(Al ~ 1, co, ~ easting + northing)
[Package gear version 0.3.4 Index]