prevR (version 5.0.0)

print,prevR-method: 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 prevR
print(x)

Arguments

x

object of class prevR.

See Also

Examples

Run this code
print(fdhs)
if (FALSE) {
dhs <- rings(fdhs, N = c(100, 300, 500))
print(dhs)
}

Run the code above in your browser using DataLab