print,resultsSeeds-method {seeds} | R Documentation |
A default printing function for the resultsSeeds class
Description
This function overwrites the default print function and is used for objects of the class resultsSeeds. The print function gives the basic information about the results seeds object. The default printout is the estimated states and the calculated hidden inputs
Usage
## S4 method for signature 'resultsSeeds'
print(x)
Arguments
x |
an object of the class resultsSeeds |
Value
Returns a short summary of the important results
Examples
data(ubv_res)
plot(res[[2]])
[Package seeds version 0.9.1 Index]