print.spv {vdg} | R Documentation |
Print Method for S3 spv
classes
Description
Simple print methods for S3 classes spv
, spvlist
, spvforlist
and spvlistforlist
. See
plot.spv
for examples.
Usage
## S3 method for class 'spv'
print(x, ...)
## S3 method for class 'spvforlist'
print(x, ...)
## S3 method for class 'spvlist'
print(x, ...)
## S3 method for class 'spvlistforlist'
print(x, ...)
Arguments
x |
Object of class |
... |
Unimplemented |
Author(s)
Pieter C. Schoonees
References
Pieter C. Schoonees, Niel J. le Roux, Roelof L.J. Coetzer (2016). Flexible Graphical Assessment of Experimental Designs in R: The vdg Package. Journal of Statistical Software, 74(3), 1-22. doi:10.18637/jss.v074.i03.
[Package vdg version 1.2.3 Index]