print,prevR-method | R Documentation |
Method print
for objects of class prevR:
shows a summary of the object's characteristics.
## S4 method for signature 'prevR'
print(x)
x |
object of class prevR. |
Exactly the same as show()
.
summary()
.
print(fdhs)
## Not run:
dhs <- rings(fdhs, N = c(100, 300, 500))
print(dhs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.