print.vis {mplot} | R Documentation |
Print method for a vis object
Description
Prints basic output of the bootstrap results of an vis object.
Usage
## S3 method for class 'vis'
print(x, min.prob = 0.3, print.full.model = FALSE, ...)
Arguments
x |
a |
min.prob |
a lower bound on the probability of selection before the result is printed |
print.full.model |
logical, determines if the full
model gets printed or not. Default= |
... |
further arguments (currently unused) |
[Package mplot version 1.0.6 Index]