print.srpmodel {oncomsm} | R Documentation |
Print an srpmodel
## S3 method for class 'srpmodel'
print(x, ...)
## S3 method for class 'srpmodel'
format(x, ...)
x |
model to print |
... |
further arguments passed to method implementations |
format()
returns a character string representation of the object,
print()
prints to the console and returns the object itself invisibly.
print(create_srpmodel(A = define_srp_prior()))
format(create_srpmodel(A = define_srp_prior()))