print-prevR-method: Summary of a prevR object.

print,prevR-methodR Documentation

Summary of a prevR object.

Description

Method print for objects of class prevR: shows a summary of the object's characteristics.

Usage

## S4 method for signature 'prevR'
print(x)

Arguments

x

object of class prevR.

Note

Exactly the same as show().

See Also

summary().

Examples

print(fdhs)
## Not run: 
dhs <- rings(fdhs, N = c(100, 300, 500))
print(dhs)

## End(Not run)


larmarange/prevR documentation built on May 18, 2023, 3:50 a.m.